#9FC27D

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

Shades of Olivine #9FC27D

Tints of Olivine #9FC27D

Color information

#9FC27D (or 0x9FC27D) is unknown color: approx Olivine. HEX triplet: 9F, C2 and 7D. RGB value is (159,194,125). Sum of RGB (Red+Green+Blue) = 159+194+125=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC27D is #603D82. Grayscale: #AFAFAF. Windows color (decimal): -6307203 or 8241823. OLE color: 8241823.

HSL color Cylindrical-coordinate representation of color #9FC27D: hue angle of 90.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC27D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB159194125-
CMYK0.1800.360.24
HSL90.43º36.13%62.55%-
HSV(B)90.43º35.57%76.08%-
XYZ37.2947.4426.59-
YUV175.6799.4116.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=33.26%
G=40.59%
B=26.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941250.1800.360.2490.4336.1362.55
Hex9FC27D12024185a243f
Octal23730217522044301324477
Binary10011111110000101111101100100100100110001011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,194,125); }

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

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

 a { background-color: rgb(159,194,125); }

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

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

 span { border-color: rgb(159,194,125); }

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