#8AE675

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

Shades of Pastel Green #8AE675

Tints of Pastel Green #8AE675

Color information

#8AE675 (or 0x8AE675) is unknown color: approx Pastel Green. HEX triplet: 8A, E6 and 75. RGB value is (138,230,117). Sum of RGB (Red+Green+Blue) = 138+230+117=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE675 is #75198A. Grayscale: #BDBDBD. Windows color (decimal): -7674251 or 7726730. OLE color: 7726730.

HSL color Cylindrical-coordinate representation of color #8AE675: hue angle of 108.85º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AE675 is Cyan = 0.4, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB138230117-
CMYK0.400.490.10
HSL108.85º69.33%68.04%-
HSV(B)108.85º49.13%90.2%-
XYZ41.9963.2826.83-
YUV189.6187.0291.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 230 (90.23% from 255) = 47.42%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=28.45%
G=47.42%
B=24.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382301170.400.490.10108.8569.3368.04
Hex8AE67528031A6d4544
Octal2123461655006112155105104
Binary1000101011100110111010110100001100011010110110110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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