#8DF96A

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

Shades of Pastel Green #8DF96A

Tints of Pastel Green #8DF96A

Color information

#8DF96A (or 0x8DF96A) is unknown color: approx Pastel Green. HEX triplet: 8D, F9 and 6A. RGB value is (141,249,106). Sum of RGB (Red+Green+Blue) = 141+249+106=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF96A is #720695. Grayscale: #C8C8C8. Windows color (decimal): -7472790 or 7010701. OLE color: 7010701.

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

Color convert

RGB141249106-
CMYK0.4300.570.02
HSL105.31º92.26%69.61%-
HSV(B)105.31º57.43%97.65%-
XYZ47.4674.4525.51-
YUV200.4174.7285.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 249 (97.66% from 255) = 50.20%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=28.43%
G=50.20%
B=21.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412491060.4300.570.02105.3192.2669.61
Hex8DF96A2B0392695c46
Octal215371152530712151134106
Binary10001101111110011101010101011011100110110100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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