#8ADF78

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

Shades of Pastel Green #8ADF78

Tints of Pastel Green #8ADF78

Color information

#8ADF78 (or 0x8ADF78) is unknown color: approx Pastel Green. HEX triplet: 8A, DF and 78. RGB value is (138,223,120). Sum of RGB (Red+Green+Blue) = 138+223+120=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF78 is #752087. Grayscale: #BABABA. Windows color (decimal): -7676040 or 7921546. OLE color: 7921546.

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

Color convert

RGB138223120-
CMYK0.3800.460.13
HSL109.51º61.68%67.25%-
HSV(B)109.51º46.19%87.45%-
XYZ40.2659.5327.14-
YUV185.8490.8493.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=28.69%
G=46.36%
B=24.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231200.3800.460.13109.5161.6867.25
Hex8ADF782602ED6e3e43
Octal212337170460561515676103
Binary100010101101111111110001001100101110110111011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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