#A0D82A

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

Shades of Yellow Green #A0D82A

Tints of Yellow Green #A0D82A

Color information

#A0D82A (or 0xA0D82A) is unknown color: approx Yellow Green. HEX triplet: A0, D8 and 2A. RGB value is (160,216,42). Sum of RGB (Red+Green+Blue) = 160+216+42=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D82A is #5F27D5. Grayscale: #B4B4B4. Windows color (decimal): -6236118 or 2807968. OLE color: 2807968.

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

Color convert

RGB16021642-
CMYK0.2600.810.15
HSL79.31º69.05%50.59%-
HSV(B)79.31º80.56%84.71%-
XYZ39.4756.7511.06-
YUV179.4250.45114.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 216 (84.77% from 255) = 51.67%
BLUE value IS 42 (16.80% from 255) = 10.05%
R=38.28%
G=51.67%
B=10.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216420.2600.810.1579.3169.0550.59
HexA0D82A1A051F4f4533
Octal240330523201211711710563
Binary10100000110110001010101101001010001111110011111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D82A; }

 p { color: rgb(160,216,42); }

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

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

 a { background-color: rgb(160,216,42); }

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

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

 span { border-color: rgb(160,216,42); }

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