#8ADA7B

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

Shades of Pastel Green #8ADA7B

Tints of Pastel Green #8ADA7B

Color information

#8ADA7B (or 0x8ADA7B) is unknown color: approx Pastel Green. HEX triplet: 8A, DA and 7B. RGB value is (138,218,123). Sum of RGB (Red+Green+Blue) = 138+218+123=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA7B is #752584. Grayscale: #B7B7B7. Windows color (decimal): -7677317 or 8116874. OLE color: 8116874.

HSL color Cylindrical-coordinate representation of color #8ADA7B: hue angle of 110.53º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ADA7B is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB138218123-
CMYK0.3700.440.15
HSL110.53º56.21%66.86%-
HSV(B)110.53º43.58%85.49%-
XYZ39.1356.9827.67-
YUV183.259495.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=28.81%
G=45.51%
B=25.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382181230.3700.440.15110.5356.2166.86
Hex8ADA7B2502CF6f3843
Octal212332173450541715770103
Binary100010101101101011110111001010101100111111011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,218,123); }

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

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

 a { background-color: rgb(138,218,123); }

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

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

 span { border-color: rgb(138,218,123); }

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