#9FF14D

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

Shades of Conifer #9FF14D

Tints of Conifer #9FF14D

Color information

#9FF14D (or 0x9FF14D) is unknown color: approx Conifer. HEX triplet: 9F, F1 and 4D. RGB value is (159,241,77). Sum of RGB (Red+Green+Blue) = 159+241+77=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF14D is #600EB2. Grayscale: #C6C6C6. Windows color (decimal): -6295219 or 5108127. OLE color: 5108127.

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

Color convert

RGB15924177-
CMYK0.3400.680.05
HSL90º85.42%62.35%-
HSV(B)90º68.05%94.51%-
XYZ47.0970.8218.21-
YUV197.7959.83100.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 77 (30.47% from 255) = 16.14%
R=33.33%
G=50.52%
B=16.14%

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
Decimal159241770.3400.680.059085.4262.35
Hex9FF14D2204455a553e
Octal237361115420104513212576
Binary100111111111000110011011000100100010010110110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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