Html Css Color HEX #8AE07C Pastel Green

📋 copy color: '#8AE07C'

red 138 ◦ green 224 ◦ blue 124

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

Shades of Pastel Green #8AE07C

Tints of Pastel Green #8AE07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 28.4%
G = 46.09%
B = 25.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#8AE07C (or 0x8AE07C) is known color: Pastel Green. HEX triplet: 8A, E0 and 7C. RGB value is (138,224,124). Sum of RGB (Red+Green+Blue) = 138+224+124=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE07C is #751F83. Grayscale: #BBBBBB. Windows color (decimal): -7675780 or 8183946. OLE color: 8183946.

HSL color Cylindrical-coordinate representation of color #8AE07C: hue angle of 111.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AE07C is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 224 124 -
CMYK 0.38 0 0.45 0.12
HSL 111.6º 0.62% 0.68% -
HSV(B) 111.6º 0.45% 0.88% -
XYZ 40.77 60.17 28.53 -
YUV 186.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 138 224 124 0.38 0 0.45 0.12 111.6 0.62 0.68
Hex 8A E0 7C 26 0 2D C 70 3E 44
Octal 212 340 174 46 0 55 14 160 76 104
Binary 10001010 11100000 1111100 100110 0 101101 1100 1110000 111110 1000100

Color Harmonies of #8AE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE07C

Black with #8AE07C

Text Example


Text Example

White with #8AE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,224,124); }

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

background-color css

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

 a { background-color: rgb(138,224,124); }

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

border-color css

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

 span { border-color: rgb(138,224,124); }

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