#9FF14E

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

Shades of Conifer #9FF14E

Tints of Conifer #9FF14E

Color information

#9FF14E (or 0x9FF14E) is unknown color: approx Conifer. HEX triplet: 9F, F1 and 4E. RGB value is (159,241,78). Sum of RGB (Red+Green+Blue) = 159+241+78=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF14E is #600EB1. Grayscale: #C6C6C6. Windows color (decimal): -6295218 or 5173663. OLE color: 5173663.

HSL color Cylindrical-coordinate representation of color #9FF14E: hue angle of 90.18º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FF14E is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB15924178-
CMYK0.3400.680.05
HSL90.18º85.34%62.55%-
HSV(B)90.18º67.63%94.51%-
XYZ47.1370.8318.4-
YUV197.960.33100.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 241 (94.53% from 255) = 50.42%
BLUE value IS 78 (30.86% from 255) = 16.32%
R=33.26%
G=50.42%
B=16.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159241780.3400.680.0590.1885.3462.55
Hex9FF14E2204455a553f
Octal237361116420104513212577
Binary100111111111000110011101000100100010010110110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,241,78); }

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

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

 a { background-color: rgb(159,241,78); }

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

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

 span { border-color: rgb(159,241,78); }

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