#9AC45F

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

Shades of Olivine #9AC45F

Tints of Olivine #9AC45F

Color information

#9AC45F (or 0x9AC45F) is unknown color: approx Olivine. HEX triplet: 9A, C4 and 5F. RGB value is (154,196,95). Sum of RGB (Red+Green+Blue) = 154+196+95=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC45F is #653BA0. Grayscale: #ACACAC. Windows color (decimal): -6634401 or 6276250. OLE color: 6276250.

HSL color Cylindrical-coordinate representation of color #9AC45F: hue angle of 84.95º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AC45F is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB15419695-
CMYK0.2100.520.23
HSL84.95º46.12%57.06%-
HSV(B)84.95º51.53%76.86%-
XYZ35.1347.1818.08-
YUV171.9384.59115.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 196 (76.95% from 255) = 44.04%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=34.61%
G=44.04%
B=21.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154196950.2100.520.2384.9546.1257.06
Hex9AC45F1503417552e39
Octal23230413725064271255671
Binary10011010110001001011111101010110100101111010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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