Html Css Color HEX #8ADE82 Pastel Green

📋 copy color: '#8ADE82'

red 138 ◦ green 222 ◦ blue 130

#8ADE82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #8ADE82

Tints of Pastel Green #8ADE82

RGB

 RED value IS 138 (54.3% from 255) = 28.16%

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 28.16%
G = 45.31%
B = 26.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#8ADE82 (or 0x8ADE82) is known color: Pastel Green. HEX triplet: 8A, DE and 82. RGB value is (138,222,130). Sum of RGB (Red+Green+Blue) = 138+222+130=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE82 is #75217D. Grayscale: #BABABA. Windows color (decimal): -7676286 or 8576650. OLE color: 8576650.

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

Color convert

RGB 138 222 130 -
CMYK 0.38 0 0.41 0.13
HSL 114.78º 0.58% 0.69% -
HSV(B) 114.78º 0.41% 0.87% -
XYZ 40.63 59.26 30.42 -
YUV 186.4 96.17 93.48 -
System Red Green Blue C M Y K H S L
Decimal 138 222 130 0.38 0 0.41 0.13 114.78 0.58 0.69
Hex 8A DE 82 26 0 29 D 73 3A 45
Octal 212 336 202 46 0 51 15 163 72 105
Binary 10001010 11011110 10000010 100110 0 101001 1101 1110011 111010 1000101

Color Harmonies of #8ADE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE82

Black with #8ADE82

Text Example


Text Example

White with #8ADE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,130); }

 H1.HeaderClassName
 {
   color: #8ADE82;
 }
 .AnyTagClassName
 {
   color: #8ADE82;
 }
</style>

background-color css

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

 a { background-color: rgb(138,222,130); }

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

border-color css

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

 span { border-color: rgb(138,222,130); }

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