#97FAA6

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

Shades of Pale Green #97FAA6

Tints of Pale Green #97FAA6

Color information

#97FAA6 (or 0x97FAA6) is unknown color: approx Pale Green. HEX triplet: 97, FA and A6. RGB value is (151,250,166). Sum of RGB (Red+Green+Blue) = 151+250+166=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FAA6 is #680559. Grayscale: #D3D3D3. Windows color (decimal): -6817114 or 10943127. OLE color: 10943127.

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

Color convert

RGB151250166-
CMYK0.4000.340.02
HSL129.09º90.83%78.63%-
HSV(B)129.09º39.6%98.04%-
XYZ53.8377.748.24-
YUV210.82102.785.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.63%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 166 (65.23% from 255) = 29.28%
R=26.63%
G=44.09%
B=29.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501660.4000.340.02129.0990.8378.63
Hex97FAA6280222815b4f
Octal227372246500422201133117
Binary1001011111111010101001101010000100010101000000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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