Html Css Color HEX #A6DD32 Atlantis

📋 copy color: '#A6DD32'

red 166 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #A6DD32

Tints of Atlantis #A6DD32

RGB

 RED value IS 166 (65.23% from 255) = 37.99%

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

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

R = 37.99%
G = 50.57%
B = 11.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A6DD32 (or 0xA6DD32) is known color: Atlantis. HEX triplet: A6, DD and 32. RGB value is (166,221,50). Sum of RGB (Red+Green+Blue) = 166+221+50=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD32 is #5922CD. Grayscale: #B9B9B9. Windows color (decimal): -5841614 or 3333542. OLE color: 3333542.

HSL color Cylindrical-coordinate representation of color #A6DD32: hue angle of 79.3º 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 #A6DD32 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 50 -
CMYK 0.25 0 0.77 0.13
HSL 79.3º 0.72% 0.53% -
HSV(B) 79.3º 0.77% 0.87% -
XYZ 42.16 60.05 12.39 -
YUV 185.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 166 221 50 0.25 0 0.77 0.13 79.3 0.72 0.53
Hex A6 DD 32 19 0 4D D 4F 48 35
Octal 246 335 62 31 0 115 15 117 110 65
Binary 10100110 11011101 110010 11001 0 1001101 1101 1001111 1001000 110101

Color Harmonies of #A6DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD32

Black with #A6DD32

Text Example


Text Example

White with #A6DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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