#9ACA5F

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

Shades of Olivine #9ACA5F

Tints of Olivine #9ACA5F

Color information

#9ACA5F (or 0x9ACA5F) is unknown color: approx Olivine. HEX triplet: 9A, CA and 5F. RGB value is (154,202,95). Sum of RGB (Red+Green+Blue) = 154+202+95=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA5F is #6535A0. Grayscale: #AFAFAF. Windows color (decimal): -6632865 or 6277786. OLE color: 6277786.

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

Color convert

RGB15420295-
CMYK0.2400.530.21
HSL86.92º50.23%58.24%-
HSV(B)86.92º52.97%79.22%-
XYZ36.5149.9418.54-
YUV175.4582.6112.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=34.15%
G=44.79%
B=21.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202950.2400.530.2186.9250.2358.24
Hex9ACA5F180351557323a
Octal23231213730065251276272
Binary10011010110010101011111110000110101101011010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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