#A6DD55

Color #A6DD55 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A6DD55

Tints of Conifer #A6DD55

Color information

#A6DD55 (or 0xA6DD55) is unknown color: approx Conifer. HEX triplet: A6, DD and 55. RGB value is (166,221,85). Sum of RGB (Red+Green+Blue) = 166+221+85=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD55 is #5922AA. Grayscale: #BDBDBD. Windows color (decimal): -5841579 or 5627302. OLE color: 5627302.

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

Color convert

RGB16622185-
CMYK0.2500.620.13
HSL84.26º66.67%60%-
HSV(B)84.26º61.54%86.67%-
XYZ43.2260.4817.99-
YUV189.0569.28111.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=35.17%
G=46.82%
B=18.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166221850.2500.620.1384.2666.6760
HexA6DD551903ED54433c
Octal246335125310761512410374
Binary10100110110111011010101110010111110110110101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD55; }

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

 H1.HeaderClassName
 {
   color: #A6DD55;
 }
 .AnyTagClassName
 {
   color: #A6DD55;
 }
</style>
background-color css

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

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

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

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

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

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