#99FCAF

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

Shades of Pale Green #99FCAF

Tints of Pale Green #99FCAF

Color information

#99FCAF (or 0x99FCAF) is unknown color: approx Pale Green. HEX triplet: 99, FC and AF. RGB value is (153,252,175). Sum of RGB (Red+Green+Blue) = 153+252+175=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FCAF is #660350. Grayscale: #D5D5D5. Windows color (decimal): -6685521 or 11533465. OLE color: 11533465.

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

Color convert

RGB153252175-
CMYK0.3900.310.01
HSL133.33º94.29%79.41%-
HSV(B)133.33º39.29%98.82%-
XYZ55.6979.4952.97-
YUV213.62106.284.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.38%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=26.38%
G=43.45%
B=30.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532521750.3900.310.01133.3394.2979.41
Hex99FCAF2701F1855e4f
Octal231374257470371205136117
Binary10011001111111001010111110011101111111000010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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