#9ACA70

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

Shades of Olivine #9ACA70

Tints of Olivine #9ACA70

Color information

#9ACA70 (or 0x9ACA70) is unknown color: approx Olivine. HEX triplet: 9A, CA and 70. RGB value is (154,202,112). Sum of RGB (Red+Green+Blue) = 154+202+112=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA70 is #65358F. Grayscale: #B1B1B1. Windows color (decimal): -6632848 or 7391898. OLE color: 7391898.

HSL color Cylindrical-coordinate representation of color #9ACA70: hue angle of 92º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ACA70 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB154202112-
CMYK0.2400.450.21
HSL92º45.92%61.57%-
HSV(B)92º44.55%79.22%-
XYZ37.3750.2823.06-
YUV177.3991.1111.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=32.91%
G=43.16%
B=23.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021120.2400.450.219245.9261.57
Hex9ACA701802D155c2e3e
Octal23231216030055251345676
Binary10011010110010101110000110000101101101011011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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