#9AC370

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

Shades of Olivine #9AC370

Tints of Olivine #9AC370

Color information

#9AC370 (or 0x9AC370) is unknown color: approx Olivine. HEX triplet: 9A, C3 and 70. RGB value is (154,195,112). Sum of RGB (Red+Green+Blue) = 154+195+112=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC370 is #653C8F. Grayscale: #ADADAD. Windows color (decimal): -6634640 or 7390106. OLE color: 7390106.

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

Color convert

RGB154195112-
CMYK0.2100.430.24
HSL89.64º40.89%60.2%-
HSV(B)89.64º42.56%76.47%-
XYZ35.7747.0722.53-
YUV173.2893.42114.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=33.41%
G=42.30%
B=24.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951120.2100.430.2489.6440.8960.2
Hex9AC3701502B185a293c
Octal23230316025053301325174
Binary10011010110000111110000101010101011110001011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,112); }

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

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

 a { background-color: rgb(154,195,112); }

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

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

 span { border-color: rgb(154,195,112); }

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