#97F996

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

Shades of Pale Green #97F996

Tints of Pale Green #97F996

Color information

#97F996 (or 0x97F996) is unknown color: approx Pale Green. HEX triplet: 97, F9 and 96. RGB value is (151,249,150). Sum of RGB (Red+Green+Blue) = 151+249+150=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #97F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F996 is #680669. Grayscale: #D0D0D0. Windows color (decimal): -6817386 or 9894295. OLE color: 9894295.

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

Color convert

RGB151249150-
CMYK0.3900.400.02
HSL119.39º89.19%78.24%-
HSV(B)119.39º39.76%97.65%-
XYZ52.1476.5340.88-
YUV208.4195.0387.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.45%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=27.45%
G=45.27%
B=27.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512491500.3900.400.02119.3989.1978.24
Hex97F99627028277594e
Octal227371226470502167131116
Binary100101111111100110010110100111010100010111011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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