Html Css Color HEX #A4DD32 Atlantis

📋 copy color: '#A4DD32'

red 164 ◦ green 221 ◦ blue 50

#A4DD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A4DD32

Tints of Atlantis #A4DD32

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 37.7%
G = 50.8%
B = 11.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4DD32 (or 0xA4DD32) is known color: Atlantis. HEX triplet: A4, DD and 32. RGB value is (164,221,50). Sum of RGB (Red+Green+Blue) = 164+221+50=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DD32 is #5B22CD. Grayscale: #B9B9B9. Windows color (decimal): -5972686 or 3333540. OLE color: 3333540.

HSL color Cylindrical-coordinate representation of color #A4DD32: hue angle of 80º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4DD32 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 50 -
CMYK 0.26 0 0.77 0.13
HSL 80º 0.72% 0.53% -
HSV(B) 80º 0.77% 0.87% -
XYZ 41.74 59.84 12.37 -
YUV 184.46 52.12 113.4 -
System Red Green Blue C M Y K H S L
Decimal 164 221 50 0.26 0 0.77 0.13 80 0.72 0.53
Hex A4 DD 32 1A 0 4D D 50 48 35
Octal 244 335 62 32 0 115 15 120 110 65
Binary 10100100 11011101 110010 11010 0 1001101 1101 1010000 1001000 110101

Color Harmonies of #A4DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DD32

Black with #A4DD32

Text Example


Text Example

White with #A4DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DD32; }

 p { color: rgb(164,221,50); }

 H1.HeaderClassName
 {
   color: #A4DD32;
 }
 .AnyTagClassName
 {
   color: #A4DD32;
 }
</style>

background-color css

<style>
 a { background-color: #A4DD32; }

 a { background-color: rgb(164,221,50); }

 div.DivClassName
 {
   background-color: #A4DD32;
 }
 .BgClassName
 {
   background-color: #A4DD32;
 }
</style>

border-color css

<style>
 span { border-color: #A4DD32; }

 span { border-color: rgb(164,221,50); }

 td.TdClassName
 {
   border-color: #A4DD32;
 }
 .TagClassName
 {
   border-color: #A4DD32;
 }
</style>