Html Css Color HEX #A6DD52 Conifer

📋 copy color: '#A6DD52'

red 166 ◦ green 221 ◦ blue 82

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

Shades of Conifer #A6DD52

Tints of Conifer #A6DD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 35.39%
G = 47.12%
B = 17.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#A6DD52 (or 0xA6DD52) is known color: Conifer. HEX triplet: A6, DD and 52. RGB value is (166,221,82). Sum of RGB (Red+Green+Blue) = 166+221+82=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD52 is #5922AD. Grayscale: #BDBDBD. Windows color (decimal): -5841582 or 5430694. OLE color: 5430694.

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

Color convert

RGB 166 221 82 -
CMYK 0.25 0 0.63 0.13
HSL 83.74º 0.67% 0.59% -
HSV(B) 83.74º 0.63% 0.87% -
XYZ 43.11 60.43 17.37 -
YUV 188.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 166 221 82 0.25 0 0.63 0.13 83.74 0.67 0.59
Hex A6 DD 52 19 0 3F D 54 43 3B
Octal 246 335 122 31 0 77 15 124 103 73
Binary 10100110 11011101 1010010 11001 0 111111 1101 1010100 1000011 111011

Color Harmonies of #A6DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD52

Black with #A6DD52

Text Example


Text Example

White with #A6DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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