#9FF48E

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

Shades of Pale Green #9FF48E

Tints of Pale Green #9FF48E

Color information

#9FF48E (or 0x9FF48E) is unknown color: approx Pale Green. HEX triplet: 9F, F4 and 8E. RGB value is (159,244,142). Sum of RGB (Red+Green+Blue) = 159+244+142=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF48E is #600B71. Grayscale: #CFCFCF. Windows color (decimal): -6294386 or 9368735. OLE color: 9368735.

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

Color convert

RGB159244142-
CMYK0.3500.420.04
HSL110º82.26%75.69%-
HSV(B)110º41.8%95.69%-
XYZ51.5374.0337.16-
YUV206.9691.3493.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=29.17%
G=44.77%
B=26.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592441420.3500.420.0411082.2675.69
Hex9FF48E2302A46e524c
Octal237364216430524156122114
Binary1001111111110100100011101000110101010100110111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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