#8AD12C

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

Shades of Yellow Green #8AD12C

Tints of Yellow Green #8AD12C

Color information

#8AD12C (or 0x8AD12C) is unknown color: approx Yellow Green. HEX triplet: 8A, D1 and 2C. RGB value is (138,209,44). Sum of RGB (Red+Green+Blue) = 138+209+44=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD12C is #752ED3. Grayscale: #A9A9A9. Windows color (decimal): -7679700 or 2937226. OLE color: 2937226.

HSL color Cylindrical-coordinate representation of color #8AD12C: hue angle of 85.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AD12C is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB13820944-
CMYK0.3400.790.18
HSL85.82º65.22%49.61%-
HSV(B)85.82º78.95%81.96%-
XYZ33.7451.1910.48-
YUV168.9657.48105.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 209 (82.03% from 255) = 53.45%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=35.29%
G=53.45%
B=11.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138209440.3400.790.1885.8265.2249.61
Hex8AD12C2204F12564132
Octal212321544201172212610162
Binary1000101011010001101100100010010011111001010101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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