#9ACA6F

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

Shades of Olivine #9ACA6F

Tints of Olivine #9ACA6F

Color information

#9ACA6F (or 0x9ACA6F) is unknown color: approx Olivine. HEX triplet: 9A, CA and 6F. RGB value is (154,202,111). Sum of RGB (Red+Green+Blue) = 154+202+111=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA6F is #653590. Grayscale: #B1B1B1. Windows color (decimal): -6632849 or 7326362. OLE color: 7326362.

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

Color convert

RGB154202111-
CMYK0.2400.450.21
HSL91.65º46.19%61.37%-
HSV(B)91.65º45.05%79.22%-
XYZ37.3250.2622.77-
YUV177.2790.6111.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=32.98%
G=43.25%
B=23.77%

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
Decimal1542021110.2400.450.2191.6546.1961.37
Hex9ACA6F1802D155c2e3d
Octal23231215730055251345675
Binary10011010110010101101111110000101101101011011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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