#8AEA75

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

Shades of Pastel Green #8AEA75

Tints of Pastel Green #8AEA75

Color information

#8AEA75 (or 0x8AEA75) is unknown color: approx Pastel Green. HEX triplet: 8A, EA and 75. RGB value is (138,234,117). Sum of RGB (Red+Green+Blue) = 138+234+117=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEA75 is #75158A. Grayscale: #C0C0C0. Windows color (decimal): -7673227 or 7727754. OLE color: 7727754.

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

Color convert

RGB138234117-
CMYK0.4100.50.08
HSL109.23º73.58%68.82%-
HSV(B)109.23º50%91.76%-
XYZ43.1165.5327.21-
YUV191.9685.789.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 234 (91.80% from 255) = 47.85%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=28.22%
G=47.85%
B=23.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382341170.4100.50.08109.2373.5868.82
Hex8AEA752903286d4a45
Octal2123521655106210155112105
Binary1000101011101010111010110100101100101000110110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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