#9FCD63

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

Shades of Olivine #9FCD63

Tints of Olivine #9FCD63

Color information

#9FCD63 (or 0x9FCD63) is unknown color: approx Olivine. HEX triplet: 9F, CD and 63. RGB value is (159,205,99). Sum of RGB (Red+Green+Blue) = 159+205+99=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD63 is #60329C. Grayscale: #B3B3B3. Windows color (decimal): -6304413 or 6540703. OLE color: 6540703.

HSL color Cylindrical-coordinate representation of color #9FCD63: hue angle of 86.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FCD63 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB15920599-
CMYK0.2200.520.20
HSL86.04º51.46%59.61%-
HSV(B)86.04º51.71%80.39%-
XYZ38.3851.9319.81-
YUV179.1682.76113.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=34.34%
G=44.28%
B=21.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159205990.2200.520.2086.0451.4659.61
Hex9FCD63160341456333c
Octal23731514326064241266374
Binary10011111110011011100011101100110100101001010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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