#A0C13B

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

Shades of Yellow Green #A0C13B

Tints of Yellow Green #A0C13B

Color information

#A0C13B (or 0xA0C13B) is unknown color: approx Yellow Green. HEX triplet: A0, C1 and 3B. RGB value is (160,193,59). Sum of RGB (Red+Green+Blue) = 160+193+59=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C13B is #5F3EC4. Grayscale: #A8A8A8. Windows color (decimal): -6241989 or 3916192. OLE color: 3916192.

HSL color Cylindrical-coordinate representation of color #A0C13B: hue angle of 74.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C13B is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB16019359-
CMYK0.1700.690.24
HSL74.78º53.17%49.41%-
HSV(B)74.78º69.43%75.69%-
XYZ34.3645.9311.19-
YUV167.8666.57122.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 193 (75.78% from 255) = 46.84%
BLUE value IS 59 (23.44% from 255) = 14.32%
R=38.83%
G=46.84%
B=14.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160193590.1700.690.2474.7853.1749.41
HexA0C13B11045184b3531
Octal24030173210105301136561
Binary10100000110000011110111000101000101110001001011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C13B; }

 p { color: rgb(160,193,59); }

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

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

 a { background-color: rgb(160,193,59); }

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

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

 span { border-color: rgb(160,193,59); }

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