#9FE55E

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

Shades of Conifer #9FE55E

Tints of Conifer #9FE55E

Color information

#9FE55E (or 0x9FE55E) is unknown color: approx Conifer. HEX triplet: 9F, E5 and 5E. RGB value is (159,229,94). Sum of RGB (Red+Green+Blue) = 159+229+94=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE55E is #601AA1. Grayscale: #C1C1C1. Windows color (decimal): -6298274 or 6219167. OLE color: 6219167.

HSL color Cylindrical-coordinate representation of color #9FE55E: hue angle of 91.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FE55E is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB15922994-
CMYK0.3100.590.10
HSL91.11º72.19%63.33%-
HSV(B)91.11º58.95%89.8%-
XYZ44.3464.2220.65-
YUV192.6872.31103.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 229 (89.84% from 255) = 47.51%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=32.99%
G=47.51%
B=19.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159229940.3100.590.1091.1172.1963.33
Hex9FE55E1F03BA5b483f
Octal237345136370731213311077
Binary10011111111001011011110111110111011101010110111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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