#A6D057

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

Shades of Conifer #A6D057

Tints of Conifer #A6D057

Color information

#A6D057 (or 0xA6D057) is unknown color: approx Conifer. HEX triplet: A6, D0 and 57. RGB value is (166,208,87). Sum of RGB (Red+Green+Blue) = 166+208+87=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D057 is #592FA8. Grayscale: #B6B6B6. Windows color (decimal): -5844905 or 5755046. OLE color: 5755046.

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

Color convert

RGB16620887-
CMYK0.2000.580.18
HSL80.83º56.28%57.84%-
HSV(B)80.83º58.17%81.57%-
XYZ4053.9117.31-
YUV181.6574.59116.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 87 (34.38% from 255) = 18.87%
R=36.01%
G=45.12%
B=18.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166208870.2000.580.1880.8356.2857.84
HexA6D0571403A1251383a
Octal24632012724072221217072
Binary10100110110100001010111101000111010100101010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D057; }

 p { color: rgb(166,208,87); }

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

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

 a { background-color: rgb(166,208,87); }

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

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

 span { border-color: rgb(166,208,87); }

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