#97FA98

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

Shades of Pale Green #97FA98

Tints of Pale Green #97FA98

Color information

#97FA98 (or 0x97FA98) is unknown color: approx Pale Green. HEX triplet: 97, FA and 98. RGB value is (151,250,152). Sum of RGB (Red+Green+Blue) = 151+250+152=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FA98 is #680567. Grayscale: #D1D1D1. Windows color (decimal): -6817128 or 10025623. OLE color: 10025623.

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

Color convert

RGB151250152-
CMYK0.4000.390.02
HSL120.61º90.83%78.63%-
HSV(B)120.61º39.6%98.04%-
XYZ52.6277.2241.84-
YUV209.2395.786.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.31%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=27.31%
G=45.21%
B=27.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501520.4000.390.02120.6190.8378.63
Hex97FA98280272795b4f
Octal227372230500472171133117
Binary100101111111101010011000101000010011110111100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,250,152); }

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

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

 a { background-color: rgb(151,250,152); }

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

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

 span { border-color: rgb(151,250,152); }

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