#9ACA74

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

Shades of Olivine #9ACA74

Tints of Olivine #9ACA74

Color information

#9ACA74 (or 0x9ACA74) is unknown color: approx Olivine. HEX triplet: 9A, CA and 74. RGB value is (154,202,116). Sum of RGB (Red+Green+Blue) = 154+202+116=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA74 is #65358B. Grayscale: #B2B2B2. Windows color (decimal): -6632844 or 7654042. OLE color: 7654042.

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

Color convert

RGB154202116-
CMYK0.2400.430.21
HSL93.49º44.79%62.35%-
HSV(B)93.49º42.57%79.22%-
XYZ37.650.3724.26-
YUV177.8493.1110.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=32.63%
G=42.80%
B=24.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021160.2400.430.2193.4944.7962.35
Hex9ACA741802B155d2d3e
Octal23231216430053251355576
Binary10011010110010101110100110000101011101011011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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