#9AC160

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

Shades of Olivine #9AC160

Tints of Olivine #9AC160

Color information

#9AC160 (or 0x9AC160) is unknown color: approx Olivine. HEX triplet: 9A, C1 and 60. RGB value is (154,193,96). Sum of RGB (Red+Green+Blue) = 154+193+96=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC160 is #653E9F. Grayscale: #AAAAAA. Windows color (decimal): -6635168 or 6341018. OLE color: 6341018.

HSL color Cylindrical-coordinate representation of color #9AC160: hue angle of 84.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AC160 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB15419396-
CMYK0.2000.500.24
HSL84.12º43.89%56.67%-
HSV(B)84.12º50.26%75.69%-
XYZ34.5145.8518.1-
YUV170.2886.08116.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=34.76%
G=43.57%
B=21.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154193960.2000.500.2484.1243.8956.67
Hex9AC1601403218542c39
Octal23230114024062301245471
Binary10011010110000011100000101000110010110001010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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