#A6D155

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

Shades of Conifer #A6D155

Tints of Conifer #A6D155

Color information

#A6D155 (or 0xA6D155) is unknown color: approx Conifer. HEX triplet: A6, D1 and 55. RGB value is (166,209,85). Sum of RGB (Red+Green+Blue) = 166+209+85=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D155 is #592EAA. Grayscale: #B6B6B6. Windows color (decimal): -5844651 or 5624230. OLE color: 5624230.

HSL color Cylindrical-coordinate representation of color #A6D155: hue angle of 80.81º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6D155 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB16620985-
CMYK0.2100.590.18
HSL80.81º57.41%57.65%-
HSV(B)80.81º59.33%81.96%-
XYZ40.1754.3616.97-
YUV182.0173.25116.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=36.09%
G=45.43%
B=18.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166209850.2100.590.1880.8157.4157.65
HexA6D1551503B1251393a
Octal24632112525073221217172
Binary10100110110100011010101101010111011100101010001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D155; }

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

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

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

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

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

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

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

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