#99FAA0

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

Shades of Pale Green #99FAA0

Tints of Pale Green #99FAA0

Color information

#99FAA0 (or 0x99FAA0) is unknown color: approx Pale Green. HEX triplet: 99, FA and A0. RGB value is (153,250,160). Sum of RGB (Red+Green+Blue) = 153+250+160=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FAA0 is #66055F. Grayscale: #D3D3D3. Windows color (decimal): -6686048 or 10549913. OLE color: 10549913.

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

Color convert

RGB153250160-
CMYK0.3900.360.02
HSL124.33º90.65%79.02%-
HSV(B)124.33º38.8%98.04%-
XYZ53.6777.6845.42-
YUV210.7499.3686.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=27.18%
G=44.40%
B=28.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532501600.3900.360.02124.3390.6579.02
Hex99FAA02702427c5b4f
Octal231372240470442174133117
Binary100110011111101010100000100111010010010111110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,250,160); }

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

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

 a { background-color: rgb(153,250,160); }

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

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

 span { border-color: rgb(153,250,160); }

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