#97F9A0

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

Shades of Pale Green #97F9A0

Tints of Pale Green #97F9A0

Color information

#97F9A0 (or 0x97F9A0) is unknown color: approx Pale Green. HEX triplet: 97, F9 and A0. RGB value is (151,249,160). Sum of RGB (Red+Green+Blue) = 151+249+160=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F9A0 is #68065F. Grayscale: #D1D1D1. Windows color (decimal): -6817376 or 10549655. OLE color: 10549655.

HSL color Cylindrical-coordinate representation of color #97F9A0: hue angle of 125.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9A0 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB151249160-
CMYK0.3900.360.02
HSL125.51º89.09%78.43%-
HSV(B)125.51º39.36%97.65%-
XYZ52.9876.8745.3-
YUV209.55100.0386.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 160 (62.89% from 255) = 28.57%
R=26.96%
G=44.46%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512491600.3900.360.02125.5189.0978.43
Hex97F9A02702427e594e
Octal227371240470442176131116
Binary100101111111100110100000100111010010010111111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F9A0; }

 p { color: rgb(151,249,160); }

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

<style>
 a { background-color: #97F9A0; }

 a { background-color: rgb(151,249,160); }

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

<style>
 span { border-color: #97F9A0; }

 span { border-color: rgb(151,249,160); }

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