#9AD160

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

Shades of Olivine #9AD160

Tints of Olivine #9AD160

Color information

#9AD160 (or 0x9AD160) is unknown color: approx Olivine. HEX triplet: 9A, D1 and 60. RGB value is (154,209,96). Sum of RGB (Red+Green+Blue) = 154+209+96=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD160 is #652E9F. Grayscale: #B4B4B4. Windows color (decimal): -6631072 or 6345114. OLE color: 6345114.

HSL color Cylindrical-coordinate representation of color #9AD160: hue angle of 89.2º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AD160 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15420996-
CMYK0.2600.540.18
HSL89.2º55.12%59.8%-
HSV(B)89.2º54.07%81.96%-
XYZ38.2453.3219.34-
YUV179.6780.78109.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 209 (82.03% from 255) = 45.53%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=33.55%
G=45.53%
B=20.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154209960.2600.540.1889.255.1259.8
Hex9AD1601A0361259373c
Octal23232114032066221316774
Binary10011010110100011100000110100110110100101011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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