#9FD06D

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

Shades of Olivine #9FD06D

Tints of Olivine #9FD06D

Color information

#9FD06D (or 0x9FD06D) is unknown color: approx Olivine. HEX triplet: 9F, D0 and 6D. RGB value is (159,208,109). Sum of RGB (Red+Green+Blue) = 159+208+109=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD06D is #602F92. Grayscale: #B6B6B6. Windows color (decimal): -6303635 or 7196831. OLE color: 7196831.

HSL color Cylindrical-coordinate representation of color #9FD06D: hue angle of 89.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FD06D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB159208109-
CMYK0.2400.480.18
HSL89.7º51.3%62.16%-
HSV(B)89.7º47.6%81.57%-
XYZ39.6153.5922.72-
YUV182.0686.77111.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 208 (81.64% from 255) = 43.70%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=33.40%
G=43.70%
B=22.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592081090.2400.480.1889.751.362.16
Hex9FD06D18030125a333e
Octal23732015530060221326376
Binary10011111110100001101101110000110000100101011010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,208,109); }

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

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

 a { background-color: rgb(159,208,109); }

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

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

 span { border-color: rgb(159,208,109); }

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