#9FC05D

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

Shades of Olivine #9FC05D

Tints of Olivine #9FC05D

Color information

#9FC05D (or 0x9FC05D) is unknown color: approx Olivine. HEX triplet: 9F, C0 and 5D. RGB value is (159,192,93). Sum of RGB (Red+Green+Blue) = 159+192+93=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC05D is #603FA2. Grayscale: #ABABAB. Windows color (decimal): -6307747 or 6144159. OLE color: 6144159.

HSL color Cylindrical-coordinate representation of color #9FC05D: hue angle of 80º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FC05D is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB15919293-
CMYK0.1700.520.25
HSL80º44%55.88%-
HSV(B)80º51.56%75.29%-
XYZ35.1245.8617.36-
YUV170.8584.07119.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=35.81%
G=43.24%
B=20.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159192930.1700.520.25804455.88
Hex9FC05D1103419502c38
Octal23730013521064311205470
Binary10011111110000001011101100010110100110011010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,93); }

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

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

 a { background-color: rgb(159,192,93); }

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

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

 span { border-color: rgb(159,192,93); }

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