#A0C82B

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

Shades of Yellow Green #A0C82B

Tints of Yellow Green #A0C82B

Color information

#A0C82B (or 0xA0C82B) is unknown color: approx Yellow Green. HEX triplet: A0, C8 and 2B. RGB value is (160,200,43). Sum of RGB (Red+Green+Blue) = 160+200+43=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C82B is #5F37D4. Grayscale: #AAAAAA. Windows color (decimal): -6240213 or 2869408. OLE color: 2869408.

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

Color convert

RGB16020043-
CMYK0.200.780.22
HSL75.29º64.61%47.65%-
HSV(B)75.29º78.5%78.43%-
XYZ35.5948.969.86-
YUV170.1456.25120.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 200 (78.52% from 255) = 49.63%
BLUE value IS 43 (17.19% from 255) = 10.67%
R=39.70%
G=49.63%
B=10.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200430.200.780.2275.2964.6147.65
HexA0C82B1404E164b4130
Octal240310532401162611310160
Binary101000001100100010101110100010011101011010010111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C82B; }

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

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

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

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

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

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

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

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