#9FE156

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

Shades of Conifer #9FE156

Tints of Conifer #9FE156

Color information

#9FE156 (or 0x9FE156) is unknown color: approx Conifer. HEX triplet: 9F, E1 and 56. RGB value is (159,225,86). Sum of RGB (Red+Green+Blue) = 159+225+86=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE156 is #601EA9. Grayscale: #BDBDBD. Windows color (decimal): -6299306 or 5693855. OLE color: 5693855.

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

Color convert

RGB15922586-
CMYK0.2900.620.12
HSL88.49º69.85%60.98%-
HSV(B)88.49º61.78%88.24%-
XYZ42.961.8918.49-
YUV189.4269.63106.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 225 (88.28% from 255) = 47.87%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=33.83%
G=47.87%
B=18.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159225860.2900.620.1288.4969.8560.98
Hex9FE1561D03EC58463d
Octal237341126350761413010675
Binary10011111111000011010110111010111110110010110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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