#A0C82E

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

Shades of Yellow Green #A0C82E

Tints of Yellow Green #A0C82E

Color information

#A0C82E (or 0xA0C82E) is unknown color: approx Yellow Green. HEX triplet: A0, C8 and 2E. RGB value is (160,200,46). Sum of RGB (Red+Green+Blue) = 160+200+46=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C82E is #5F37D1. Grayscale: #ABABAB. Windows color (decimal): -6240210 or 3066016. OLE color: 3066016.

HSL color Cylindrical-coordinate representation of color #A0C82E: hue angle of 75.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C82E is Cyan = 0.2, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB16020046-
CMYK0.200.770.22
HSL75.58º62.6%48.24%-
HSV(B)75.58º77%78.43%-
XYZ35.6448.9810.16-
YUV170.4857.75120.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 200 (78.52% from 255) = 49.26%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=39.41%
G=49.26%
B=11.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200460.200.770.2275.5862.648.24
HexA0C82E1404D164c3f30
Octal24031056240115261147760
Binary10100000110010001011101010001001101101101001100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C82E; }

 p { color: rgb(160,200,46); }

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

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

 a { background-color: rgb(160,200,46); }

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

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

 span { border-color: rgb(160,200,46); }

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