#98FAAE

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

Shades of Pale Green #98FAAE

Tints of Pale Green #98FAAE

Color information

#98FAAE (or 0x98FAAE) is unknown color: approx Pale Green. HEX triplet: 98, FA and AE. RGB value is (152,250,174). Sum of RGB (Red+Green+Blue) = 152+250+174=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FAAE is #670551. Grayscale: #D4D4D4. Windows color (decimal): -6751570 or 11467416. OLE color: 11467416.

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

Color convert

RGB152250174-
CMYK0.3900.300.02
HSL133.47º90.74%78.82%-
HSV(B)133.47º39.2%98.04%-
XYZ54.7778.152.23-
YUV212.03106.5385.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=26.39%
G=43.40%
B=30.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522501740.3900.300.02133.4790.7478.82
Hex98FAAE2701E2855b4f
Octal230372256470362205133117
Binary100110001111101010101110100111011110101000010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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