#8AD82E

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

Shades of Yellow Green #8AD82E

Tints of Yellow Green #8AD82E

Color information

#8AD82E (or 0x8AD82E) is unknown color: approx Yellow Green. HEX triplet: 8A, D8 and 2E. RGB value is (138,216,46). Sum of RGB (Red+Green+Blue) = 138+216+46=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD82E is #7527D1. Grayscale: #ADADAD. Windows color (decimal): -7677906 or 3070090. OLE color: 3070090.

HSL color Cylindrical-coordinate representation of color #8AD82E: hue angle of 87.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AD82E is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB13821646-
CMYK0.3600.790.15
HSL87.53º68.55%51.37%-
HSV(B)87.53º78.7%84.71%-
XYZ35.5354.7111.27-
YUV173.356.16102.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 216 (84.77% from 255) = 54%
BLUE value IS 46 (18.36% from 255) = 11.5%
R=34.5%
G=54%
B=11.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138216460.3600.790.1587.5368.5551.37
Hex8AD82E2404FF584533
Octal212330564401171713010563
Binary100010101101100010111010010001001111111110110001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,46); }

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

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

 a { background-color: rgb(138,216,46); }

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

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

 span { border-color: rgb(138,216,46); }

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