#8AE770

Color #8AE770 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #8AE770

Tints of Pastel Green #8AE770

Color information

#8AE770 (or 0x8AE770) is unknown color: approx Pastel Green. HEX triplet: 8A, E7 and 70. RGB value is (138,231,112). Sum of RGB (Red+Green+Blue) = 138+231+112=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE770 is #75188F. Grayscale: #BEBEBE. Windows color (decimal): -7674000 or 7399306. OLE color: 7399306.

HSL color Cylindrical-coordinate representation of color #8AE770: hue angle of 106.89º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AE770 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB138231112-
CMYK0.4000.520.09
HSL106.89º71.26%67.25%-
HSV(B)106.89º51.52%90.59%-
XYZ41.9863.7225.42-
YUV189.6384.1991.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 231 (90.62% from 255) = 48.02%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=28.69%
G=48.02%
B=23.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311120.4000.520.09106.8971.2667.25
Hex8AE7702803496b4743
Octal2123471605006411153107103
Binary1000101011100111111000010100001101001001110101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,112); }

 H1.HeaderClassName
 {
   color: #8AE770;
 }
 .AnyTagClassName
 {
   color: #8AE770;
 }
</style>
background-color css

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

 a { background-color: rgb(138,231,112); }

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

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

 span { border-color: rgb(138,231,112); }

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