#8DF996

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

Shades of Pale Green #8DF996

Tints of Pale Green #8DF996

Color information

#8DF996 (or 0x8DF996) is unknown color: approx Pale Green. HEX triplet: 8D, F9 and 96. RGB value is (141,249,150). Sum of RGB (Red+Green+Blue) = 141+249+150=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF996 is #720669. Grayscale: #CDCDCD. Windows color (decimal): -7472746 or 9894285. OLE color: 9894285.

HSL color Cylindrical-coordinate representation of color #8DF996: hue angle of 125º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF996 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB141249150-
CMYK0.4300.400.02
HSL125º90%76.47%-
HSV(B)125º43.37%97.65%-
XYZ50.3775.6240.8-
YUV205.4296.7282.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.11%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=26.11%
G=46.11%
B=27.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412491500.4300.400.021259076.47
Hex8DF9962B02827d5a4c
Octal215371226530502175132114
Binary100011011111100110010110101011010100010111110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DF996; }

 p { color: rgb(141,249,150); }

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

<style>
 a { background-color: #8DF996; }

 a { background-color: rgb(141,249,150); }

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

<style>
 span { border-color: #8DF996; }

 span { border-color: rgb(141,249,150); }

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