#9DF696

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

Shades of Pale Green #9DF696

Tints of Pale Green #9DF696

Color information

#9DF696 (or 0x9DF696) is unknown color: approx Pale Green. HEX triplet: 9D, F6 and 96. RGB value is (157,246,150). Sum of RGB (Red+Green+Blue) = 157+246+150=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF696 is #620969. Grayscale: #D0D0D0. Windows color (decimal): -6424938 or 9893533. OLE color: 9893533.

HSL color Cylindrical-coordinate representation of color #9DF696: hue angle of 115.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DF696 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB157246150-
CMYK0.3600.390.04
HSL115.62º84.21%77.65%-
HSV(B)115.62º39.02%96.47%-
XYZ52.3775.2840.63-
YUV208.4495.0191.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 246 (96.48% from 255) = 44.48%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=28.39%
G=44.48%
B=27.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572461500.3600.390.04115.6284.2177.65
Hex9DF69624027474544e
Octal235366226440474164124116
Binary1001110111110110100101101001000100111100111010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,246,150); }

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

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

 a { background-color: rgb(157,246,150); }

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

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

 span { border-color: rgb(157,246,150); }

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