#9DF9AC

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

Shades of Pale Green #9DF9AC

Tints of Pale Green #9DF9AC

Color information

#9DF9AC (or 0x9DF9AC) is unknown color: approx Pale Green. HEX triplet: 9D, F9 and AC. RGB value is (157,249,172). Sum of RGB (Red+Green+Blue) = 157+249+172=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF9AC is #620653. Grayscale: #D4D4D4. Windows color (decimal): -6424148 or 11336093. OLE color: 11336093.

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

Color convert

RGB157249172-
CMYK0.3700.310.02
HSL129.78º88.46%79.61%-
HSV(B)129.78º36.95%97.65%-
XYZ55.2377.951.15-
YUV212.71105.0288.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 249 (97.66% from 255) = 43.08%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=27.16%
G=43.08%
B=29.76%

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
Decimal1572491720.3700.310.02129.7888.4679.61
Hex9DF9AC2501F2825850
Octal235371254450372202130120
Binary100111011111100110101100100101011111101000001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,249,172); }

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

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

 a { background-color: rgb(157,249,172); }

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

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

 span { border-color: rgb(157,249,172); }

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