#9FF15C

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

Shades of Conifer #9FF15C

Tints of Conifer #9FF15C

Color information

#9FF15C (or 0x9FF15C) is unknown color: approx Conifer. HEX triplet: 9F, F1 and 5C. RGB value is (159,241,92). Sum of RGB (Red+Green+Blue) = 159+241+92=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF15C is #600EA3. Grayscale: #C8C8C8. Windows color (decimal): -6295204 or 6091167. OLE color: 6091167.

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

Color convert

RGB15924192-
CMYK0.3400.620.05
HSL93.02º84.18%65.29%-
HSV(B)93.02º61.83%94.51%-
XYZ47.6971.0521.33-
YUV199.567.3399.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 241 (94.53% from 255) = 48.98%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=32.32%
G=48.98%
B=18.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159241920.3400.620.0593.0284.1865.29
Hex9FF15C2203E55d5441
Octal237361134420765135124101
Binary100111111111000110111001000100111110101101110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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