#98FCAF

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

Shades of Pale Green #98FCAF

Tints of Pale Green #98FCAF

Color information

#98FCAF (or 0x98FCAF) is unknown color: approx Pale Green. HEX triplet: 98, FC and AF. RGB value is (152,252,175). Sum of RGB (Red+Green+Blue) = 152+252+175=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FCAF is #670350. Grayscale: #D5D5D5. Windows color (decimal): -6751057 or 11533464. OLE color: 11533464.

HSL color Cylindrical-coordinate representation of color #98FCAF: hue angle of 133.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCAF is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB152252175-
CMYK0.4000.310.01
HSL133.8º94.34%79.22%-
HSV(B)133.8º39.68%98.82%-
XYZ55.579.3952.96-
YUV213.32106.3784.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=26.25%
G=43.52%
B=30.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522521750.4000.310.01133.894.3479.22
Hex98FCAF2801F1865e4f
Octal230374257500371206136117
Binary10011000111111001010111110100001111111000011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,252,175); }

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

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

 a { background-color: rgb(152,252,175); }

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

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

 span { border-color: rgb(152,252,175); }

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