#98F2AA

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

Shades of Pale Green #98F2AA

Tints of Pale Green #98F2AA

Color information

#98F2AA (or 0x98F2AA) is unknown color: approx Pale Green. HEX triplet: 98, F2 and AA. RGB value is (152,242,170). Sum of RGB (Red+Green+Blue) = 152+242+170=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F2AA is #670D55. Grayscale: #CFCFCF. Windows color (decimal): -6753622 or 11203224. OLE color: 11203224.

HSL color Cylindrical-coordinate representation of color #98F2AA: hue angle of 132º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2AA is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB152242170-
CMYK0.3700.300.05
HSL132º77.59%77.25%-
HSV(B)132º37.19%94.9%-
XYZ51.9673.0849.4-
YUV206.88107.1888.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 242 (94.92% from 255) = 42.91%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=26.95%
G=42.91%
B=30.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522421700.3700.300.0513277.5977.25
Hex98F2AA2501E5844e4d
Octal230362252450365204116115
Binary1001100011110010101010101001010111101011000010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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