#9FE75E

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

Shades of Conifer #9FE75E

Tints of Conifer #9FE75E

Color information

#9FE75E (or 0x9FE75E) is unknown color: approx Conifer. HEX triplet: 9F, E7 and 5E. RGB value is (159,231,94). Sum of RGB (Red+Green+Blue) = 159+231+94=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE75E is #6018A1. Grayscale: #C2C2C2. Windows color (decimal): -6297762 or 6219679. OLE color: 6219679.

HSL color Cylindrical-coordinate representation of color #9FE75E: hue angle of 91.53º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FE75E is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB15923194-
CMYK0.3100.590.09
HSL91.53º74.05%63.73%-
HSV(B)91.53º59.31%90.59%-
XYZ44.8965.3320.83-
YUV193.8571.65103.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 231 (90.62% from 255) = 47.73%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=32.85%
G=47.73%
B=19.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal159231940.3100.590.0991.5374.0563.73
Hex9FE75E1F03B95c4a40
Octal2373471363707311134112100
Binary100111111110011110111101111101110111001101110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,231,94); }

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

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

 a { background-color: rgb(159,231,94); }

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

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

 span { border-color: rgb(159,231,94); }

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