#A0C42B

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

Shades of Yellow Green #A0C42B

Tints of Yellow Green #A0C42B

Color information

#A0C42B (or 0xA0C42B) is unknown color: approx Yellow Green. HEX triplet: A0, C4 and 2B. RGB value is (160,196,43). Sum of RGB (Red+Green+Blue) = 160+196+43=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C42B is #5F3BD4. Grayscale: #A8A8A8. Windows color (decimal): -6241237 or 2868384. OLE color: 2868384.

HSL color Cylindrical-coordinate representation of color #A0C42B: hue angle of 74.12º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C42B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB16019643-
CMYK0.1800.780.23
HSL74.12º64.02%46.86%-
HSV(B)74.12º78.06%76.86%-
XYZ34.6747.139.55-
YUV167.7957.57122.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 196 (76.95% from 255) = 49.12%
BLUE value IS 43 (17.19% from 255) = 10.78%
R=40.10%
G=49.12%
B=10.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160196430.1800.780.2374.1264.0246.86
HexA0C42B1204E174a402f
Octal240304532201162711210057
Binary101000001100010010101110010010011101011110010101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C42B; }

 p { color: rgb(160,196,43); }

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

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

 a { background-color: rgb(160,196,43); }

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

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

 span { border-color: rgb(160,196,43); }

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