#9FE14E

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

Shades of Conifer #9FE14E

Tints of Conifer #9FE14E

Color information

#9FE14E (or 0x9FE14E) is unknown color: approx Conifer. HEX triplet: 9F, E1 and 4E. RGB value is (159,225,78). Sum of RGB (Red+Green+Blue) = 159+225+78=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE14E is #601EB1. Grayscale: #BDBDBD. Windows color (decimal): -6299314 or 5169567. OLE color: 5169567.

HSL color Cylindrical-coordinate representation of color #9FE14E: hue angle of 86.94º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FE14E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB15922578-
CMYK0.2900.650.12
HSL86.94º71.01%59.41%-
HSV(B)86.94º65.33%88.24%-
XYZ42.661.7716.89-
YUV188.5165.63106.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 225 (88.28% from 255) = 48.70%
BLUE value IS 78 (30.86% from 255) = 16.88%
R=34.42%
G=48.70%
B=16.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159225780.2900.650.1286.9471.0159.41
Hex9FE14E1D041C57473b
Octal2373411163501011412710773
Binary100111111110000110011101110101000001110010101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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