#8ADF80

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

Shades of Pastel Green #8ADF80

Tints of Pastel Green #8ADF80

Color information

#8ADF80 (or 0x8ADF80) is unknown color: approx Pastel Green. HEX triplet: 8A, DF and 80. RGB value is (138,223,128). Sum of RGB (Red+Green+Blue) = 138+223+128=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADF80 is #75207F. Grayscale: #BBBBBB. Windows color (decimal): -7676032 or 8445834. OLE color: 8445834.

HSL color Cylindrical-coordinate representation of color #8ADF80: hue angle of 113.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADF80 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB138223128-
CMYK0.3800.430.13
HSL113.68º59.75%68.82%-
HSV(B)113.68º42.6%87.45%-
XYZ40.7759.7429.8-
YUV186.7694.8493.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 223 (87.5% from 255) = 45.60%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=28.22%
G=45.60%
B=26.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231280.3800.430.13113.6859.7568.82
Hex8ADF802602BD723c45
Octal212337200460531516274105
Binary1000101011011111100000001001100101011110111100101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,128); }

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

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

 a { background-color: rgb(138,223,128); }

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

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

 span { border-color: rgb(138,223,128); }

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