#8AE425

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

Shades of Yellow Green #8AE425

Tints of Yellow Green #8AE425

Color information

#8AE425 (or 0x8AE425) is unknown color: approx Yellow Green. HEX triplet: 8A, E4 and 25. RGB value is (138,228,37). Sum of RGB (Red+Green+Blue) = 138+228+37=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 228 (89.45% from 255 or 56.58% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE425 is #751BDA. Grayscale: #B3B3B3. Windows color (decimal): -7674843 or 2483338. OLE color: 2483338.

HSL color Cylindrical-coordinate representation of color #8AE425: hue angle of 88.27º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AE425 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB13822837-
CMYK0.3900.840.11
HSL88.27º77.96%51.96%-
HSV(B)88.27º83.77%89.41%-
XYZ38.5661.0211.5-
YUV179.3247.6898.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 228 (89.45% from 255) = 56.58%
BLUE value IS 37 (14.84% from 255) = 9.18%
R=34.24%
G=56.58%
B=9.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138228370.3900.840.1188.2777.9651.96
Hex8AE42527054B584e34
Octal212344454701241313011664
Binary100010101110010010010110011101010100101110110001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,228,37); }

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

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

 a { background-color: rgb(138,228,37); }

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

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

 span { border-color: rgb(138,228,37); }

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