#9DFAAE

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

Shades of Pale Green #9DFAAE

Tints of Pale Green #9DFAAE

Color information

#9DFAAE (or 0x9DFAAE) is unknown color: approx Pale Green. HEX triplet: 9D, FA and AE. RGB value is (157,250,174). Sum of RGB (Red+Green+Blue) = 157+250+174=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFAAE is #620551. Grayscale: #D5D5D5. Windows color (decimal): -6423890 or 11467421. OLE color: 11467421.

HSL color Cylindrical-coordinate representation of color #9DFAAE: hue angle of 130.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFAAE is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB157250174-
CMYK0.3700.300.02
HSL130.97º90.29%79.8%-
HSV(B)130.97º37.2%98.04%-
XYZ55.7378.652.28-
YUV213.53105.6987.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=27.02%
G=43.03%
B=29.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501740.3700.300.02130.9790.2979.8
Hex9DFAAE2501E2835a50
Octal235372256450362203132120
Binary100111011111101010101110100101011110101000001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DFAAE; }

 p { color: rgb(157,250,174); }

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

<style>
 a { background-color: #9DFAAE; }

 a { background-color: rgb(157,250,174); }

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

<style>
 span { border-color: #9DFAAE; }

 span { border-color: rgb(157,250,174); }

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