#97FBA1

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

Shades of Pale Green #97FBA1

Tints of Pale Green #97FBA1

Color information

#97FBA1 (or 0x97FBA1) is unknown color: approx Pale Green. HEX triplet: 97, FB and A1. RGB value is (151,251,161). Sum of RGB (Red+Green+Blue) = 151+251+161=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FBA1 is #68045E. Grayscale: #D3D3D3. Windows color (decimal): -6816863 or 10615703. OLE color: 10615703.

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

Color convert

RGB151251161-
CMYK0.4000.360.02
HSL126º92.59%78.82%-
HSV(B)126º39.84%98.43%-
XYZ53.6978.1545.97-
YUV210.8499.8785.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=26.82%
G=44.58%
B=28.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512511610.4000.360.0212692.5978.82
Hex97FBA12802427e5d4f
Octal227373241500442176135117
Binary100101111111101110100001101000010010010111111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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