#98FAA1

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

Shades of Pale Green #98FAA1

Tints of Pale Green #98FAA1

Color information

#98FAA1 (or 0x98FAA1) is unknown color: approx Pale Green. HEX triplet: 98, FA and A1. RGB value is (152,250,161). Sum of RGB (Red+Green+Blue) = 152+250+161=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FAA1 is #67055E. Grayscale: #D2D2D2. Windows color (decimal): -6751583 or 10615448. OLE color: 10615448.

HSL color Cylindrical-coordinate representation of color #98FAA1: hue angle of 125.51º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FAA1 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB152250161-
CMYK0.3900.360.02
HSL125.51º90.74%78.82%-
HSV(B)125.51º39.2%98.04%-
XYZ53.5777.6245.88-
YUV210.55100.0386.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=27.00%
G=44.40%
B=28.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522501610.3900.360.02125.5190.7478.82
Hex98FAA12702427e5b4f
Octal230372241470442176133117
Binary100110001111101010100001100111010010010111111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FAA1; }

 p { color: rgb(152,250,161); }

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

<style>
 a { background-color: #98FAA1; }

 a { background-color: rgb(152,250,161); }

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

<style>
 span { border-color: #98FAA1; }

 span { border-color: rgb(152,250,161); }

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