#97FBA2

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

Shades of Pale Green #97FBA2

Tints of Pale Green #97FBA2

Color information

#97FBA2 (or 0x97FBA2) is unknown color: approx Pale Green. HEX triplet: 97, FB and A2. RGB value is (151,251,162). Sum of RGB (Red+Green+Blue) = 151+251+162=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FBA2 is #68045D. Grayscale: #D3D3D3. Windows color (decimal): -6816862 or 10681239. OLE color: 10681239.

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

Color convert

RGB151251162-
CMYK0.4000.350.02
HSL126.6º92.59%78.82%-
HSV(B)126.6º39.84%98.43%-
XYZ53.7878.1846.44-
YUV210.95100.3785.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.77%
GREEN value IS 251 (98.44% from 255) = 44.50%
BLUE value IS 162 (63.67% from 255) = 28.72%
R=26.77%
G=44.50%
B=28.72%

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
Decimal1512511620.4000.350.02126.692.5978.82
Hex97FBA22802327f5d4f
Octal227373242500432177135117
Binary100101111111101110100010101000010001110111111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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