#9AAE70

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

Shades of Olivine #9AAE70

Tints of Olivine #9AAE70

Color information

#9AAE70 (or 0x9AAE70) is unknown color: approx Olivine. HEX triplet: 9A, AE and 70. RGB value is (154,174,112). Sum of RGB (Red+Green+Blue) = 154+174+112=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAE70 is #65518F. Grayscale: #A1A1A1. Windows color (decimal): -6640016 or 7384730. OLE color: 7384730.

HSL color Cylindrical-coordinate representation of color #9AAE70: hue angle of 79.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AAE70 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB154174112-
CMYK0.1100.360.32
HSL79.35º27.68%56.08%-
HSV(B)79.35º35.63%68.24%-
XYZ31.3938.3121.07-
YUV160.95100.37123.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=35%
G=39.55%
B=25.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741120.1100.360.3279.3527.6856.08
Hex9AAE70B024204f1c38
Octal23225616013044401173470
Binary1001101010101110111000010110100100100000100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAE70; }

 p { color: rgb(154,174,112); }

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

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

 a { background-color: rgb(154,174,112); }

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

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

 span { border-color: rgb(154,174,112); }

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