#9FCA71

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

Shades of Olivine #9FCA71

Tints of Olivine #9FCA71

Color information

#9FCA71 (or 0x9FCA71) is unknown color: approx Olivine. HEX triplet: 9F, CA and 71. RGB value is (159,202,113). Sum of RGB (Red+Green+Blue) = 159+202+113=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA71 is #60358E. Grayscale: #B3B3B3. Windows color (decimal): -6305167 or 7457439. OLE color: 7457439.

HSL color Cylindrical-coordinate representation of color #9FCA71: hue angle of 88.99º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FCA71 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB159202113-
CMYK0.2100.440.21
HSL88.99º45.64%61.76%-
HSV(B)88.99º44.06%79.22%-
XYZ38.450.823.41-
YUV17990.75113.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=33.54%
G=42.62%
B=23.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021130.2100.440.2188.9945.6461.76
Hex9FCA711502C15592e3e
Octal23731216125054251315676
Binary10011111110010101110001101010101100101011011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,113); }

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

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

 a { background-color: rgb(159,202,113); }

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

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

 span { border-color: rgb(159,202,113); }

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