#9FF494

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

Shades of Pale Green #9FF494

Tints of Pale Green #9FF494

Color information

#9FF494 (or 0x9FF494) is unknown color: approx Pale Green. HEX triplet: 9F, F4 and 94. RGB value is (159,244,148). Sum of RGB (Red+Green+Blue) = 159+244+148=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF494 is #600B6B. Grayscale: #CFCFCF. Windows color (decimal): -6294380 or 9761951. OLE color: 9761951.

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

Color convert

RGB159244148-
CMYK0.3500.390.04
HSL113.12º81.36%76.86%-
HSV(B)113.12º39.34%95.69%-
XYZ51.9974.2139.6-
YUV207.6494.3493.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.86%
GREEN value IS 244 (95.70% from 255) = 44.28%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=28.86%
G=44.28%
B=26.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592441480.3500.390.04113.1281.3676.86
Hex9FF49423027471514d
Octal237364224430474161121115
Binary1001111111110100100101001000110100111100111000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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