Html Css Color HEX #A6DD36 Atlantis

📋 copy color: '#A6DD36'

red 166 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #A6DD36

Tints of Atlantis #A6DD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.24%

R = 37.64%
G = 50.11%
B = 12.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#A6DD36 (or 0xA6DD36) is known color: Atlantis. HEX triplet: A6, DD and 36. RGB value is (166,221,54). Sum of RGB (Red+Green+Blue) = 166+221+54=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD36 is #5922C9. Grayscale: #BABABA. Windows color (decimal): -5841610 or 3595686. OLE color: 3595686.

HSL color Cylindrical-coordinate representation of color #A6DD36: hue angle of 79.76º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6DD36 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 54 -
CMYK 0.25 0 0.76 0.13
HSL 79.76º 0.71% 0.54% -
HSV(B) 79.76º 0.76% 0.87% -
XYZ 42.25 60.09 12.86 -
YUV 185.52 53.78 114.08 -
System Red Green Blue C M Y K H S L
Decimal 166 221 54 0.25 0 0.76 0.13 79.76 0.71 0.54
Hex A6 DD 36 19 0 4C D 50 47 36
Octal 246 335 66 31 0 114 15 120 107 66
Binary 10100110 11011101 110110 11001 0 1001100 1101 1010000 1000111 110110

Color Harmonies of #A6DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD36

Black with #A6DD36

Text Example


Text Example

White with #A6DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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