#9FF45F

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

Shades of Conifer #9FF45F

Tints of Conifer #9FF45F

Color information

#9FF45F (or 0x9FF45F) is unknown color: approx Conifer. HEX triplet: 9F, F4 and 5F. RGB value is (159,244,95). Sum of RGB (Red+Green+Blue) = 159+244+95=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF45F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF45F is #600BA0. Grayscale: #CACACA. Windows color (decimal): -6294433 or 6288543. OLE color: 6288543.

HSL color Cylindrical-coordinate representation of color #9FF45F: hue angle of 94.23º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FF45F is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB15924495-
CMYK0.3500.610.04
HSL94.23º87.13%66.47%-
HSV(B)94.23º61.07%95.69%-
XYZ48.7172.922.33-
YUV201.667.8497.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=31.93%
G=49.00%
B=19.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal159244950.3500.610.0494.2387.1366.47
Hex9FF45F2303D45e5742
Octal237364137430754136127102
Binary100111111111010010111111000110111101100101111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,244,95); }

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

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

 a { background-color: rgb(159,244,95); }

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

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

 span { border-color: rgb(159,244,95); }

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