#97FBAA

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

Shades of Pale Green #97FBAA

Tints of Pale Green #97FBAA

Color information

#97FBAA (or 0x97FBAA) is unknown color: approx Pale Green. HEX triplet: 97, FB and AA. RGB value is (151,251,170). Sum of RGB (Red+Green+Blue) = 151+251+170=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FBAA is #680455. Grayscale: #D4D4D4. Windows color (decimal): -6816854 or 11205527. OLE color: 11205527.

HSL color Cylindrical-coordinate representation of color #97FBAA: hue angle of 131.4º degrees, saturation: 0.93, 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 #97FBAA is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB151251170-
CMYK0.4000.320.02
HSL131.4º92.59%78.82%-
HSV(B)131.4º39.84%98.43%-
XYZ54.5278.4850.3-
YUV211.87104.3784.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.40%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=26.40%
G=43.88%
B=29.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512511700.4000.320.02131.492.5978.82
Hex97FBAA280202835d4f
Octal227373252500402203135117
Binary1001011111111011101010101010000100000101000001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,251,170); }

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

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

 a { background-color: rgb(151,251,170); }

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

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

 span { border-color: rgb(151,251,170); }

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