#8AEC60

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

Shades of Pastel Green #8AEC60

Tints of Pastel Green #8AEC60

Color information

#8AEC60 (or 0x8AEC60) is unknown color: approx Pastel Green. HEX triplet: 8A, EC and 60. RGB value is (138,236,96). Sum of RGB (Red+Green+Blue) = 138+236+96=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC60 is #75139F. Grayscale: #BFBFBF. Windows color (decimal): -7672736 or 6352010. OLE color: 6352010.

HSL color Cylindrical-coordinate representation of color #8AEC60: hue angle of 102º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AEC60 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB13823696-
CMYK0.4200.590.07
HSL102º78.65%65.1%-
HSV(B)102º59.32%92.55%-
XYZ42.5966.2421.61-
YUV190.7474.5390.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.36%
GREEN value IS 236 (92.58% from 255) = 50.21%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=29.36%
G=50.21%
B=20.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138236960.4200.590.0710278.6565.1
Hex8AEC602A03B7664f41
Octal212354140520737146117101
Binary100010101110110011000001010100111011111110011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,236,96); }

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

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

 a { background-color: rgb(138,236,96); }

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

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

 span { border-color: rgb(138,236,96); }

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