#9DFAAF

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

Shades of Pale Green #9DFAAF

Tints of Pale Green #9DFAAF

Color information

#9DFAAF (or 0x9DFAAF) is unknown color: approx Pale Green. HEX triplet: 9D, FA and AF. RGB value is (157,250,175). Sum of RGB (Red+Green+Blue) = 157+250+175=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFAAF is #620550. Grayscale: #D5D5D5. Windows color (decimal): -6423889 or 11532957. OLE color: 11532957.

HSL color Cylindrical-coordinate representation of color #9DFAAF: hue angle of 131.61º 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 #9DFAAF is Cyan = 0.37, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB157250175-
CMYK0.3700.30.02
HSL131.61º90.29%79.8%-
HSV(B)131.61º37.2%98.04%-
XYZ55.8378.6352.79-
YUV213.64106.1987.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=26.98%
G=42.96%
B=30.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501750.3700.30.02131.6190.2979.8
Hex9DFAAF2501E2845a50
Octal235372257450362204132120
Binary100111011111101010101111100101011110101000010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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