Html Css Color HEX #8AD676 Pastel Green

📋 copy color: '#8AD676'

red 138 ◦ green 214 ◦ blue 118

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

Shades of Pastel Green #8AD676

Tints of Pastel Green #8AD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 29.36%
G = 45.53%
B = 25.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#8AD676 (or 0x8AD676) is known color: Pastel Green. HEX triplet: 8A, D6 and 76. RGB value is (138,214,118). Sum of RGB (Red+Green+Blue) = 138+214+118=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD676 is #752989. Grayscale: #B4B4B4. Windows color (decimal): -7678346 or 7788170. OLE color: 7788170.

HSL color Cylindrical-coordinate representation of color #8AD676: hue angle of 107.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD676 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 118 -
CMYK 0.36 0 0.45 0.16
HSL 107.5º 0.54% 0.65% -
HSV(B) 107.5º 0.45% 0.84% -
XYZ 37.8 54.8 25.73 -
YUV 180.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 138 214 118 0.36 0 0.45 0.16 107.5 0.54 0.65
Hex 8A D6 76 24 0 2D 10 6C 36 41
Octal 212 326 166 44 0 55 20 154 66 101
Binary 10001010 11010110 1110110 100100 0 101101 10000 1101100 110110 1000001

Color Harmonies of #8AD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD676

Black with #8AD676

Text Example


Text Example

White with #8AD676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,118); }

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

background-color css

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

 a { background-color: rgb(138,214,118); }

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

border-color css

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

 span { border-color: rgb(138,214,118); }

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