Html Css Color HEX #8ADE71 Pastel Green

📋 copy color: '#8ADE71'

red 138 ◦ green 222 ◦ blue 113

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

Shades of Pastel Green #8ADE71

Tints of Pastel Green #8ADE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 29.18%
G = 46.93%
B = 23.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#8ADE71 (or 0x8ADE71) is known color: Pastel Green. HEX triplet: 8A, DE and 71. RGB value is (138,222,113). Sum of RGB (Red+Green+Blue) = 138+222+113=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE71 is #75218E. Grayscale: #B8B8B8. Windows color (decimal): -7676303 or 7462538. OLE color: 7462538.

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

Color convert

RGB 138 222 113 -
CMYK 0.38 0 0.49 0.13
HSL 106.24º 0.62% 0.66% -
HSV(B) 106.24º 0.49% 0.87% -
XYZ 39.58 58.84 24.89 -
YUV 184.46 87.67 94.86 -
System Red Green Blue C M Y K H S L
Decimal 138 222 113 0.38 0 0.49 0.13 106.24 0.62 0.66
Hex 8A DE 71 26 0 31 D 6A 3E 42
Octal 212 336 161 46 0 61 15 152 76 102
Binary 10001010 11011110 1110001 100110 0 110001 1101 1101010 111110 1000010

Color Harmonies of #8ADE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE71

Black with #8ADE71

Text Example


Text Example

White with #8ADE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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