Html Css Color HEX #A6DD34 Atlantis

📋 copy color: '#A6DD34'

red 166 ◦ green 221 ◦ blue 52

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

Shades of Atlantis #A6DD34

Tints of Atlantis #A6DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 37.81%
G = 50.34%
B = 11.85%

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

#A6DD34 (or 0xA6DD34) is known color: Atlantis. HEX triplet: A6, DD and 34. RGB value is (166,221,52). Sum of RGB (Red+Green+Blue) = 166+221+52=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD34 is #5922CB. Grayscale: #B9B9B9. Windows color (decimal): -5841612 or 3464614. OLE color: 3464614.

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

Color convert

RGB 166 221 52 -
CMYK 0.25 0 0.76 0.13
HSL 79.53º 0.71% 0.54% -
HSV(B) 79.53º 0.76% 0.87% -
XYZ 42.2 60.07 12.62 -
YUV 185.29 52.78 114.24 -
System Red Green Blue C M Y K H S L
Decimal 166 221 52 0.25 0 0.76 0.13 79.53 0.71 0.54
Hex A6 DD 34 19 0 4C D 50 47 36
Octal 246 335 64 31 0 114 15 120 107 66
Binary 10100110 11011101 110100 11001 0 1001100 1101 1010000 1000111 110110

Color Harmonies of #A6DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD34

Black with #A6DD34

Text Example


Text Example

White with #A6DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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