#9AC158

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

Shades of Olivine #9AC158

Tints of Olivine #9AC158

Color information

#9AC158 (or 0x9AC158) is unknown color: approx Olivine. HEX triplet: 9A, C1 and 58. RGB value is (154,193,88). Sum of RGB (Red+Green+Blue) = 154+193+88=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC158 is #653EA7. Grayscale: #A9A9A9. Windows color (decimal): -6635176 or 5816730. OLE color: 5816730.

HSL color Cylindrical-coordinate representation of color #9AC158: hue angle of 82.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AC158 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB15419388-
CMYK0.2000.540.24
HSL82.29º45.85%55.1%-
HSV(B)82.29º54.4%75.69%-
XYZ34.1645.7116.26-
YUV169.3782.08117.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=35.40%
G=44.37%
B=20.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154193880.2000.540.2482.2945.8555.1
Hex9AC1581403618522e37
Octal23230113024066301225667
Binary10011010110000011011000101000110110110001010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,193,88); }

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

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

 a { background-color: rgb(154,193,88); }

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

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

 span { border-color: rgb(154,193,88); }

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