#8AE169

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

Shades of Pastel Green #8AE169

Tints of Pastel Green #8AE169

Color information

#8AE169 (or 0x8AE169) is unknown color: approx Pastel Green. HEX triplet: 8A, E1 and 69. RGB value is (138,225,105). Sum of RGB (Red+Green+Blue) = 138+225+105=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE169 is #751E96. Grayscale: #B9B9B9. Windows color (decimal): -7675543 or 6939018. OLE color: 6939018.

HSL color Cylindrical-coordinate representation of color #8AE169: hue angle of 103.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AE169 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB138225105-
CMYK0.3900.530.12
HSL103.5º66.67%64.71%-
HSV(B)103.5º53.33%88.24%-
XYZ39.9660.2722.89-
YUV185.3182.6894.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 225 (88.28% from 255) = 48.08%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=29.49%
G=48.08%
B=22.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382251050.3900.530.12103.566.6764.71
Hex8AE16927035C684341
Octal2123411514706514150103101
Binary1000101011100001110100110011101101011100110100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,105); }

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

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

 a { background-color: rgb(138,225,105); }

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

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

 span { border-color: rgb(138,225,105); }

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