#97FAA3

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

Shades of Pale Green #97FAA3

Tints of Pale Green #97FAA3

Color information

#97FAA3 (or 0x97FAA3) is unknown color: approx Pale Green. HEX triplet: 97, FA and A3. RGB value is (151,250,163). Sum of RGB (Red+Green+Blue) = 151+250+163=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FAA3 is #68055C. Grayscale: #D2D2D2. Windows color (decimal): -6817117 or 10746519. OLE color: 10746519.

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

Color convert

RGB151250163-
CMYK0.4000.350.02
HSL127.27º90.83%78.63%-
HSV(B)127.27º39.6%98.04%-
XYZ53.5677.5946.8-
YUV210.48101.285.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.77%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 163 (64.06% from 255) = 28.90%
R=26.77%
G=44.33%
B=28.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501630.4000.350.02127.2790.8378.63
Hex97FAA32802327f5b4f
Octal227372243500432177133117
Binary100101111111101010100011101000010001110111111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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