#9AC058

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

Shades of Olivine #9AC058

Tints of Olivine #9AC058

Color information

#9AC058 (or 0x9AC058) is unknown color: approx Olivine. HEX triplet: 9A, C0 and 58. RGB value is (154,192,88). Sum of RGB (Red+Green+Blue) = 154+192+88=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC058 is #653FA7. Grayscale: #A9A9A9. Windows color (decimal): -6635432 or 5816474. OLE color: 5816474.

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

Color convert

RGB15419288-
CMYK0.2000.540.25
HSL81.92º45.22%54.9%-
HSV(B)81.92º54.17%75.29%-
XYZ33.9445.2716.18-
YUV168.7882.41117.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=35.48%
G=44.24%
B=20.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154192880.2000.540.2581.9245.2254.9
Hex9AC0581403619522d37
Octal23230013024066311225567
Binary10011010110000001011000101000110110110011010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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