#9DFB95

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

Shades of Pale Green #9DFB95

Tints of Pale Green #9DFB95

Color information

#9DFB95 (or 0x9DFB95) is unknown color: approx Pale Green. HEX triplet: 9D, FB and 95. RGB value is (157,251,149). Sum of RGB (Red+Green+Blue) = 157+251+149=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFB95 is #62046A. Grayscale: #D3D3D3. Windows color (decimal): -6423659 or 9829277. OLE color: 9829277.

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

Color convert

RGB157251149-
CMYK0.3700.410.02
HSL115.29º92.73%78.43%-
HSV(B)115.29º40.64%98.43%-
XYZ53.8378.3340.72-
YUV211.2792.8689.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=28.19%
G=45.06%
B=26.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572511490.3700.410.02115.2992.7378.43
Hex9DFB95250292735d4e
Octal235373225450512163135116
Binary100111011111101110010101100101010100110111001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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