#A1C12C

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

Shades of Yellow Green #A1C12C

Tints of Yellow Green #A1C12C

Color information

#A1C12C (or 0xA1C12C) is unknown color: approx Yellow Green. HEX triplet: A1, C1 and 2C. RGB value is (161,193,44). Sum of RGB (Red+Green+Blue) = 161+193+44=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C12C is #5E3ED3. Grayscale: #A7A7A7. Windows color (decimal): -6176468 or 2933153. OLE color: 2933153.

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

Color convert

RGB16119344-
CMYK0.1700.770.24
HSL72.89º62.87%46.47%-
HSV(B)72.89º77.2%75.69%-
XYZ34.2245.99.44-
YUV166.4558.9124.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 44 (17.58% from 255) = 11.06%
R=40.45%
G=48.49%
B=11.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161193440.1700.770.2472.8962.8746.47
HexA1C12C1104D18493f2e
Octal24130154210115301117756
Binary10100001110000011011001000101001101110001001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C12C; }

 p { color: rgb(161,193,44); }

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

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

 a { background-color: rgb(161,193,44); }

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

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

 span { border-color: rgb(161,193,44); }

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