#A9CB60

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

Shades of Conifer #A9CB60

Tints of Conifer #A9CB60

Color information

#A9CB60 (or 0xA9CB60) is unknown color: approx Conifer. HEX triplet: A9, CB and 60. RGB value is (169,203,96). Sum of RGB (Red+Green+Blue) = 169+203+96=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB60 is #56349F. Grayscale: #B5B5B5. Windows color (decimal): -5649568 or 6343593. OLE color: 6343593.

HSL color Cylindrical-coordinate representation of color #A9CB60: hue angle of 79.07º 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 #A9CB60 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB16920396-
CMYK0.1700.530.20
HSL79.07º50.71%58.63%-
HSV(B)79.07º52.71%79.61%-
XYZ39.8351.9919-
YUV180.6480.24119.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 203 (79.69% from 255) = 43.38%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=36.11%
G=43.38%
B=20.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169203960.1700.530.2079.0750.7158.63
HexA9CB6011035144f333b
Octal25131314021065241176373
Binary10101001110010111100000100010110101101001001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB60; }

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

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

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

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

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

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

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

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