#9FC080

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

Shades of Olivine #9FC080

Tints of Olivine #9FC080

Color information

#9FC080 (or 0x9FC080) is unknown color: approx Olivine. HEX triplet: 9F, C0 and 80. RGB value is (159,192,128). Sum of RGB (Red+Green+Blue) = 159+192+128=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC080 is #603F7F. Grayscale: #AFAFAF. Windows color (decimal): -6307712 or 8437919. OLE color: 8437919.

HSL color Cylindrical-coordinate representation of color #9FC080: hue angle of 90.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC080 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB159192128-
CMYK0.1700.330.25
HSL90.94º33.68%62.75%-
HSV(B)90.94º33.33%75.29%-
XYZ37.0446.6327.47-
YUV174.84101.57116.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=33.19%
G=40.08%
B=26.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921280.1700.330.2590.9433.6862.75
Hex9FC08011021195b223f
Octal23730020021041311334277
Binary100111111100000010000000100010100001110011011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,128); }

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

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

 a { background-color: rgb(159,192,128); }

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

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

 span { border-color: rgb(159,192,128); }

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