#9DFBAC

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

Shades of Pale Green #9DFBAC

Tints of Pale Green #9DFBAC

Color information

#9DFBAC (or 0x9DFBAC) is unknown color: approx Pale Green. HEX triplet: 9D, FB and AC. RGB value is (157,251,172). Sum of RGB (Red+Green+Blue) = 157+251+172=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFBAC is #620453. Grayscale: #D6D6D6. Windows color (decimal): -6423636 or 11336605. OLE color: 11336605.

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

Color convert

RGB157251172-
CMYK0.3700.310.02
HSL129.57º92.16%80%-
HSV(B)129.57º37.45%98.43%-
XYZ55.8579.1451.36-
YUV213.89104.3687.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=27.07%
G=43.28%
B=29.66%

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
Decimal1572511720.3700.310.02129.5792.1680
Hex9DFBAC2501F2825c50
Octal235373254450372202134120
Binary100111011111101110101100100101011111101000001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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