Html Css Color HEX #8AD776 Pastel Green

📋 copy color: '#8AD776'

red 138 ◦ green 215 ◦ blue 118

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

Shades of Pastel Green #8AD776

Tints of Pastel Green #8AD776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

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

R = 29.3%
G = 45.65%
B = 25.05%

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

#8AD776 (or 0x8AD776) is known color: Pastel Green. HEX triplet: 8A, D7 and 76. RGB value is (138,215,118). Sum of RGB (Red+Green+Blue) = 138+215+118=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD776 is #752889. Grayscale: #B5B5B5. Windows color (decimal): -7678090 or 7788426. OLE color: 7788426.

HSL color Cylindrical-coordinate representation of color #8AD776: hue angle of 107.63º degrees, saturation: 0.55, 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 #8AD776 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 118 -
CMYK 0.36 0 0.45 0.16
HSL 107.63º 0.55% 0.65% -
HSV(B) 107.63º 0.45% 0.84% -
XYZ 38.05 55.31 25.81 -
YUV 180.92 92.49 97.39 -
System Red Green Blue C M Y K H S L
Decimal 138 215 118 0.36 0 0.45 0.16 107.63 0.55 0.65
Hex 8A D7 76 24 0 2D 10 6C 37 41
Octal 212 327 166 44 0 55 20 154 67 101
Binary 10001010 11010111 1110110 100100 0 101101 10000 1101100 110111 1000001

Color Harmonies of #8AD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD776

Black with #8AD776

Text Example


Text Example

White with #8AD776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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