#AACB50

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

Shades of Conifer #AACB50

Tints of Conifer #AACB50

Color information

#AACB50 (or 0xAACB50) is unknown color: approx Conifer. HEX triplet: AA, CB and 50. RGB value is (170,203,80). Sum of RGB (Red+Green+Blue) = 170+203+80=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB50 is #5534AF. Grayscale: #B3B3B3. Windows color (decimal): -5584048 or 5295018. OLE color: 5295018.

HSL color Cylindrical-coordinate representation of color #AACB50: hue angle of 76.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AACB50 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB17020380-
CMYK0.1600.610.20
HSL76.1º54.19%55.49%-
HSV(B)76.1º60.59%79.61%-
XYZ39.3851.8415.52-
YUV179.1172.07121.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 80 (31.64% from 255) = 17.66%
R=37.53%
G=44.81%
B=17.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203800.1600.610.2076.154.1955.49
HexAACB501003D144c3637
Octal25231312020075241146667
Binary10101010110010111010000100000111101101001001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB50; }

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

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

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

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

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

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

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

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