#8AEA60

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

Shades of Pastel Green #8AEA60

Tints of Pastel Green #8AEA60

Color information

#8AEA60 (or 0x8AEA60) is unknown color: approx Pastel Green. HEX triplet: 8A, EA and 60. RGB value is (138,234,96). Sum of RGB (Red+Green+Blue) = 138+234+96=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEA60 is #75159F. Grayscale: #BEBEBE. Windows color (decimal): -7673248 or 6351498. OLE color: 6351498.

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

Color convert

RGB13823496-
CMYK0.4100.590.08
HSL101.74º76.67%64.71%-
HSV(B)101.74º58.97%91.76%-
XYZ42.0265.0921.42-
YUV189.5675.291.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 234 (91.80% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=29.49%
G=50%
B=20.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138234960.4100.590.08101.7476.6764.71
Hex8AEA602903B8664d41
Octal2123521405107310146115101
Binary1000101011101010110000010100101110111000110011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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