#A1C032

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

Shades of Yellow Green #A1C032

Tints of Yellow Green #A1C032

Color information

#A1C032 (or 0xA1C032) is unknown color: approx Yellow Green. HEX triplet: A1, C0 and 32. RGB value is (161,192,50). Sum of RGB (Red+Green+Blue) = 161+192+50=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C032 is #5E3FCD. Grayscale: #A7A7A7. Windows color (decimal): -6176718 or 3326113. OLE color: 3326113.

HSL color Cylindrical-coordinate representation of color #A1C032: hue angle of 73.1º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1C032 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB16119250-
CMYK0.1600.740.25
HSL73.1º58.68%47.45%-
HSV(B)73.1º73.96%75.29%-
XYZ34.1245.5110-
YUV166.5462.23124.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 50 (19.92% from 255) = 12.41%
R=39.95%
G=47.64%
B=12.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192500.1600.740.2573.158.6847.45
HexA1C0321004A19493b2f
Octal24130062200112311117357
Binary10100001110000001100101000001001010110011001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C032; }

 p { color: rgb(161,192,50); }

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

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

 a { background-color: rgb(161,192,50); }

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

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

 span { border-color: rgb(161,192,50); }

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