#9AC05A

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

Shades of Olivine #9AC05A

Tints of Olivine #9AC05A

Color information

#9AC05A (or 0x9AC05A) is unknown color: approx Olivine. HEX triplet: 9A, C0 and 5A. RGB value is (154,192,90). Sum of RGB (Red+Green+Blue) = 154+192+90=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC05A is #653FA5. Grayscale: #A9A9A9. Windows color (decimal): -6635430 or 5947546. OLE color: 5947546.

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

Color convert

RGB15419290-
CMYK0.2000.530.25
HSL82.35º44.74%55.29%-
HSV(B)82.35º53.12%75.29%-
XYZ34.0245.3116.62-
YUV169.0183.41117.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=35.32%
G=44.04%
B=20.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154192900.2000.530.2582.3544.7455.29
Hex9AC05A1403519522d37
Octal23230013224065311225567
Binary10011010110000001011010101000110101110011010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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