#98FAA9

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

Shades of Pale Green #98FAA9

Tints of Pale Green #98FAA9

Color information

#98FAA9 (or 0x98FAA9) is unknown color: approx Pale Green. HEX triplet: 98, FA and A9. RGB value is (152,250,169). Sum of RGB (Red+Green+Blue) = 152+250+169=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FAA9 is #670556. Grayscale: #D3D3D3. Windows color (decimal): -6751575 or 11139736. OLE color: 11139736.

HSL color Cylindrical-coordinate representation of color #98FAA9: hue angle of 130.41º 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 #98FAA9 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB152250169-
CMYK0.3900.320.02
HSL130.41º90.74%78.82%-
HSV(B)130.41º39.2%98.04%-
XYZ54.377.9149.71-
YUV211.46104.0385.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.62%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=26.62%
G=43.78%
B=29.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522501690.3900.320.02130.4190.7478.82
Hex98FAA9270202825b4f
Octal230372251470402202133117
Binary1001100011111010101010011001110100000101000001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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