#9FCA63

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

Shades of Olivine #9FCA63

Tints of Olivine #9FCA63

Color information

#9FCA63 (or 0x9FCA63) is unknown color: approx Olivine. HEX triplet: 9F, CA and 63. RGB value is (159,202,99). Sum of RGB (Red+Green+Blue) = 159+202+99=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA63 is #60359C. Grayscale: #B1B1B1. Windows color (decimal): -6305181 or 6539935. OLE color: 6539935.

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

Color convert

RGB15920299-
CMYK0.2100.510.21
HSL85.05º49.28%59.02%-
HSV(B)85.05º50.99%79.22%-
XYZ37.6750.5119.57-
YUV177.483.75114.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=34.57%
G=43.91%
B=21.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159202990.2100.510.2185.0549.2859.02
Hex9FCA63150331555313b
Octal23731214325063251256173
Binary10011111110010101100011101010110011101011010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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