#8AE774

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

Shades of Pastel Green #8AE774

Tints of Pastel Green #8AE774

Color information

#8AE774 (or 0x8AE774) is unknown color: approx Pastel Green. HEX triplet: 8A, E7 and 74. RGB value is (138,231,116). Sum of RGB (Red+Green+Blue) = 138+231+116=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE774 is #75188B. Grayscale: #BEBEBE. Windows color (decimal): -7673996 or 7661450. OLE color: 7661450.

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

Color convert

RGB138231116-
CMYK0.4000.500.09
HSL108.52º70.55%68.04%-
HSV(B)108.52º49.78%90.59%-
XYZ42.2163.8226.62-
YUV190.0886.1990.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=28.45%
G=47.63%
B=23.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311160.4000.500.09108.5270.5568.04
Hex8AE7742803296d4744
Octal2123471645006211155107104
Binary1000101011100111111010010100001100101001110110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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