#AACB60

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

Shades of Conifer #AACB60

Tints of Conifer #AACB60

Color information

#AACB60 (or 0xAACB60) is unknown color: approx Conifer. HEX triplet: AA, CB and 60. RGB value is (170,203,96). Sum of RGB (Red+Green+Blue) = 170+203+96=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB60 is #55349F. Grayscale: #B5B5B5. Windows color (decimal): -5584032 or 6343594. OLE color: 6343594.

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

Color convert

RGB17020396-
CMYK0.1600.530.20
HSL78.5º50.71%58.63%-
HSV(B)78.5º52.71%79.61%-
XYZ40.0452.119.01-
YUV180.9380.07120.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=36.25%
G=43.28%
B=20.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203960.1600.530.2078.550.7158.63
HexAACB6010035144f333b
Octal25231314020065241176373
Binary10101010110010111100000100000110101101001001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB60; }

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

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

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

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

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

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

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

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