#A9CF60

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

Shades of Conifer #A9CF60

Tints of Conifer #A9CF60

Color information

#A9CF60 (or 0xA9CF60) is unknown color: approx Conifer. HEX triplet: A9, CF and 60. RGB value is (169,207,96). Sum of RGB (Red+Green+Blue) = 169+207+96=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF60 is #56309F. Grayscale: #B7B7B7. Windows color (decimal): -5648544 or 6344617. OLE color: 6344617.

HSL color Cylindrical-coordinate representation of color #A9CF60: hue angle of 80.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9CF60 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB16920796-
CMYK0.1800.540.19
HSL80.54º53.62%59.41%-
HSV(B)80.54º53.62%81.18%-
XYZ40.7953.9119.32-
YUV182.9878.91118.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=35.81%
G=43.86%
B=20.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169207960.1800.540.1980.5453.6259.41
HexA9CF60120361351363b
Octal25131714022066231216673
Binary10101001110011111100000100100110110100111010001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CF60; }

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

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

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

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

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

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

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

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