#8AEE2C

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

Shades of Green Yellow #8AEE2C

Tints of Green Yellow #8AEE2C

Color information

#8AEE2C (or 0x8AEE2C) is unknown color: approx Green Yellow. HEX triplet: 8A, EE and 2C. RGB value is (138,238,44). Sum of RGB (Red+Green+Blue) = 138+238+44=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEE2C is #7511D3. Grayscale: #BABABA. Windows color (decimal): -7672276 or 2944650. OLE color: 2944650.

HSL color Cylindrical-coordinate representation of color #8AEE2C: hue angle of 90.93º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AEE2C is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB13823844-
CMYK0.4200.820.07
HSL90.93º85.09%55.29%-
HSV(B)90.93º81.51%93.33%-
XYZ41.5166.7313.08-
YUV185.9847.8793.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 238 (93.36% from 255) = 56.67%
BLUE value IS 44 (17.58% from 255) = 10.48%
R=32.86%
G=56.67%
B=10.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138238440.4200.820.0790.9385.0955.29
Hex8AEE2C2A05275b5537
Octal21235654520122713312567
Binary10001010111011101011001010100101001011110110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,44); }

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

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

 a { background-color: rgb(138,238,44); }

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

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

 span { border-color: rgb(138,238,44); }

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