#8AEA72

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

Shades of Pastel Green #8AEA72

Tints of Pastel Green #8AEA72

Color information

#8AEA72 (or 0x8AEA72) is unknown color: approx Pastel Green. HEX triplet: 8A, EA and 72. RGB value is (138,234,114). Sum of RGB (Red+Green+Blue) = 138+234+114=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEA72 is #75158D. Grayscale: #C0C0C0. Windows color (decimal): -7673230 or 7531146. OLE color: 7531146.

HSL color Cylindrical-coordinate representation of color #8AEA72: hue angle of 108º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AEA72 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB138234114-
CMYK0.4100.510.08
HSL108º74.07%68.24%-
HSV(B)108º51.28%91.76%-
XYZ42.9465.4626.29-
YUV191.6284.289.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 234 (91.80% from 255) = 48.15%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=28.40%
G=48.15%
B=23.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382341140.4100.510.0810874.0768.24
Hex8AEA722903386c4a44
Octal2123521625106310154112104
Binary1000101011101010111001010100101100111000110110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,234,114); }

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

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

 a { background-color: rgb(138,234,114); }

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

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

 span { border-color: rgb(138,234,114); }

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