#9ACA5D

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

Shades of Olivine #9ACA5D

Tints of Olivine #9ACA5D

Color information

#9ACA5D (or 0x9ACA5D) is unknown color: approx Olivine. HEX triplet: 9A, CA and 5D. RGB value is (154,202,93). Sum of RGB (Red+Green+Blue) = 154+202+93=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA5D is #6535A2. Grayscale: #AFAFAF. Windows color (decimal): -6632867 or 6146714. OLE color: 6146714.

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

Color convert

RGB15420293-
CMYK0.2400.540.21
HSL86.42º50.7%57.84%-
HSV(B)86.42º53.96%79.22%-
XYZ36.4249.918.07-
YUV175.2281.6112.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=34.30%
G=44.99%
B=20.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202930.2400.540.2186.4250.757.84
Hex9ACA5D180361556333a
Octal23231213530066251266372
Binary10011010110010101011101110000110110101011010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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