#9ACA6E

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

Shades of Olivine #9ACA6E

Tints of Olivine #9ACA6E

Color information

#9ACA6E (or 0x9ACA6E) is unknown color: approx Olivine. HEX triplet: 9A, CA and 6E. RGB value is (154,202,110). Sum of RGB (Red+Green+Blue) = 154+202+110=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA6E is #653591. Grayscale: #B1B1B1. Windows color (decimal): -6632850 or 7260826. OLE color: 7260826.

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

Color convert

RGB154202110-
CMYK0.2400.460.21
HSL91.3º46.46%61.18%-
HSV(B)91.3º45.54%79.22%-
XYZ37.2650.2422.48-
YUV177.1690.1111.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=33.05%
G=43.35%
B=23.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021100.2400.460.2191.346.4661.18
Hex9ACA6E1802E155b2e3d
Octal23231215630056251335675
Binary10011010110010101101110110000101110101011011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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