#98FAAA

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

Shades of Pale Green #98FAAA

Tints of Pale Green #98FAAA

Color information

#98FAAA (or 0x98FAAA) is unknown color: approx Pale Green. HEX triplet: 98, FA and AA. RGB value is (152,250,170). Sum of RGB (Red+Green+Blue) = 152+250+170=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FAAA is #670555. Grayscale: #D3D3D3. Windows color (decimal): -6751574 or 11205272. OLE color: 11205272.

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

Color convert

RGB152250170-
CMYK0.3900.320.02
HSL131.02º90.74%78.82%-
HSV(B)131.02º39.2%98.04%-
XYZ54.3977.9550.21-
YUV211.58104.5385.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.57%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=26.57%
G=43.71%
B=29.72%

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
Decimal1522501700.3900.320.02131.0290.7478.82
Hex98FAAA270202835b4f
Octal230372252470402203133117
Binary1001100011111010101010101001110100000101000001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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