#8AD326

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

Shades of Yellow Green #8AD326

Tints of Yellow Green #8AD326

Color information

#8AD326 (or 0x8AD326) is unknown color: approx Yellow Green. HEX triplet: 8A, D3 and 26. RGB value is (138,211,38). Sum of RGB (Red+Green+Blue) = 138+211+38=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD326 is #752CD9. Grayscale: #AAAAAA. Windows color (decimal): -7679194 or 2544522. OLE color: 2544522.

HSL color Cylindrical-coordinate representation of color #8AD326: hue angle of 85.32º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AD326 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB13821138-
CMYK0.3500.820.17
HSL85.32º69.48%48.82%-
HSV(B)85.32º81.99%82.75%-
XYZ34.1352.1310.1-
YUV169.4553.82105.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 211 (82.81% from 255) = 54.52%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=35.66%
G=54.52%
B=9.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138211380.3500.820.1785.3269.4848.82
Hex8AD3262305211554531
Octal212323464301222112510561
Binary1000101011010011100110100011010100101000110101011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,38); }

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

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

 a { background-color: rgb(138,211,38); }

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

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

 span { border-color: rgb(138,211,38); }

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