#9AAE80

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

Shades of Olivine #9AAE80

Tints of Olivine #9AAE80

Color information

#9AAE80 (or 0x9AAE80) is unknown color: approx Olivine. HEX triplet: 9A, AE and 80. RGB value is (154,174,128). Sum of RGB (Red+Green+Blue) = 154+174+128=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE80 is #65517F. Grayscale: #A2A2A2. Windows color (decimal): -6640000 or 8433306. OLE color: 8433306.

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

Color convert

RGB154174128-
CMYK0.1100.260.32
HSL86.09º22.12%59.22%-
HSV(B)86.09º26.44%68.24%-
XYZ32.3638.726.19-
YUV162.78108.37121.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.77%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=33.77%
G=38.16%
B=28.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741280.1100.260.3286.0922.1259.22
Hex9AAE80B01A2056163b
Octal23225620013032401262673
Binary1001101010101110100000001011011010100000101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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