#97F5AE

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

Shades of Pale Green #97F5AE

Tints of Pale Green #97F5AE

Color information

#97F5AE (or 0x97F5AE) is unknown color: approx Pale Green. HEX triplet: 97, F5 and AE. RGB value is (151,245,174). Sum of RGB (Red+Green+Blue) = 151+245+174=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #97F5AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F5AE is #680A51. Grayscale: #D0D0D0. Windows color (decimal): -6818386 or 11466135. OLE color: 11466135.

HSL color Cylindrical-coordinate representation of color #97F5AE: hue angle of 134.68º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F5AE is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB151245174-
CMYK0.3800.290.04
HSL134.68º82.46%77.65%-
HSV(B)134.68º38.37%96.08%-
XYZ53.0574.9451.71-
YUV208.8108.3686.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=26.49%
G=42.98%
B=30.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512451740.3800.290.04134.6882.4677.65
Hex97F5AE2601D487524e
Octal227365256460354207122116
Binary1001011111110101101011101001100111011001000011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,245,174); }

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

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

 a { background-color: rgb(151,245,174); }

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

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

 span { border-color: rgb(151,245,174); }

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