#8AE122

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

Shades of Yellow Green #8AE122

Tints of Yellow Green #8AE122

Color information

#8AE122 (or 0x8AE122) is unknown color: approx Yellow Green. HEX triplet: 8A, E1 and 22. RGB value is (138,225,34). Sum of RGB (Red+Green+Blue) = 138+225+34=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE122 is #751EDD. Grayscale: #B1B1B1. Windows color (decimal): -7675614 or 2285962. OLE color: 2285962.

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

Color convert

RGB13822534-
CMYK0.3900.850.12
HSL87.33º76.1%50.78%-
HSV(B)87.33º84.89%88.24%-
XYZ37.759.3710.99-
YUV177.2147.18100.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 225 (88.28% from 255) = 56.68%
BLUE value IS 34 (13.67% from 255) = 8.56%
R=34.76%
G=56.68%
B=8.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138225340.3900.850.1287.3376.150.78
Hex8AE12227055C574c33
Octal212341424701251412711463
Binary100010101110000110001010011101010101110010101111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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