#9FC96E

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

Shades of Olivine #9FC96E

Tints of Olivine #9FC96E

Color information

#9FC96E (or 0x9FC96E) is unknown color: approx Olivine. HEX triplet: 9F, C9 and 6E. RGB value is (159,201,110). Sum of RGB (Red+Green+Blue) = 159+201+110=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC96E is #603691. Grayscale: #B2B2B2. Windows color (decimal): -6305426 or 7260575. OLE color: 7260575.

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

Color convert

RGB159201110-
CMYK0.2100.450.21
HSL87.69º45.73%60.98%-
HSV(B)87.69º45.27%78.82%-
XYZ3850.2722.45-
YUV178.0789.59114.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=33.83%
G=42.77%
B=23.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011100.2100.450.2187.6945.7360.98
Hex9FC96E1502D15582e3d
Octal23731115625055251305675
Binary10011111110010011101110101010101101101011011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,110); }

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

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

 a { background-color: rgb(159,201,110); }

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

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

 span { border-color: rgb(159,201,110); }

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