#97F992

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

Shades of Pale Green #97F992

Tints of Pale Green #97F992

Color information

#97F992 (or 0x97F992) is unknown color: approx Pale Green. HEX triplet: 97, F9 and 92. RGB value is (151,249,146). Sum of RGB (Red+Green+Blue) = 151+249+146=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #97F992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F992 is #68066D. Grayscale: #D0D0D0. Windows color (decimal): -6817390 or 9632151. OLE color: 9632151.

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

Color convert

RGB151249146-
CMYK0.3900.410.02
HSL117.09º89.57%77.45%-
HSV(B)117.09º41.37%97.65%-
XYZ51.8376.4139.21-
YUV207.9693.0387.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=27.66%
G=45.60%
B=26.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512491460.3900.410.02117.0989.5777.45
Hex97F992270292755a4d
Octal227371222470512165132115
Binary100101111111100110010010100111010100110111010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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