#9DFAAD

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

Shades of Pale Green #9DFAAD

Tints of Pale Green #9DFAAD

Color information

#9DFAAD (or 0x9DFAAD) is unknown color: approx Pale Green. HEX triplet: 9D, FA and AD. RGB value is (157,250,173). Sum of RGB (Red+Green+Blue) = 157+250+173=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFAAD is #620552. Grayscale: #D5D5D5. Windows color (decimal): -6423891 or 11401885. OLE color: 11401885.

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

Color convert

RGB157250173-
CMYK0.3700.310.02
HSL130.32º90.29%79.8%-
HSV(B)130.32º37.2%98.04%-
XYZ55.6378.5651.77-
YUV213.42105.1987.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=27.07%
G=43.10%
B=29.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501730.3700.310.02130.3290.2979.8
Hex9DFAAD2501F2825a50
Octal235372255450372202132120
Binary100111011111101010101101100101011111101000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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