#9FCE70

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

Shades of Olivine #9FCE70

Tints of Olivine #9FCE70

Color information

#9FCE70 (or 0x9FCE70) is unknown color: approx Olivine. HEX triplet: 9F, CE and 70. RGB value is (159,206,112). Sum of RGB (Red+Green+Blue) = 159+206+112=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE70 is #60318F. Grayscale: #B5B5B5. Windows color (decimal): -6304144 or 7392927. OLE color: 7392927.

HSL color Cylindrical-coordinate representation of color #9FCE70: hue angle of 90º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FCE70 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB159206112-
CMYK0.2300.460.19
HSL90º48.96%62.35%-
HSV(B)90º45.63%80.78%-
XYZ39.2952.6823.43-
YUV181.2388.93112.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=33.33%
G=43.19%
B=23.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061120.2300.460.199048.9662.35
Hex9FCE701702E135a313e
Octal23731616027056231326176
Binary10011111110011101110000101110101110100111011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,112); }

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

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

 a { background-color: rgb(159,206,112); }

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

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

 span { border-color: rgb(159,206,112); }

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