#A6CB60

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

Shades of Conifer #A6CB60

Tints of Conifer #A6CB60

Color information

#A6CB60 (or 0xA6CB60) is unknown color: approx Conifer. HEX triplet: A6, CB and 60. RGB value is (166,203,96). Sum of RGB (Red+Green+Blue) = 166+203+96=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB60 is #59349F. Grayscale: #B4B4B4. Windows color (decimal): -5846176 or 6343590. OLE color: 6343590.

HSL color Cylindrical-coordinate representation of color #A6CB60: hue angle of 80.75º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6CB60 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB16620396-
CMYK0.1800.530.20
HSL80.75º50.71%58.63%-
HSV(B)80.75º52.71%79.61%-
XYZ39.1951.6618.97-
YUV179.7480.74118.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=35.70%
G=43.66%
B=20.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166203960.1800.530.2080.7550.7158.63
HexA6CB60120351451333b
Octal24631314022065241216373
Binary10100110110010111100000100100110101101001010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CB60; }

 p { color: rgb(166,203,96); }

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

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

 a { background-color: rgb(166,203,96); }

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

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

 span { border-color: rgb(166,203,96); }

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