#A1C133

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

Shades of Yellow Green #A1C133

Tints of Yellow Green #A1C133

Color information

#A1C133 (or 0xA1C133) is unknown color: approx Yellow Green. HEX triplet: A1, C1 and 33. RGB value is (161,193,51). Sum of RGB (Red+Green+Blue) = 161+193+51=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C133 is #5E3ECC. Grayscale: #A7A7A7. Windows color (decimal): -6176461 or 3391905. OLE color: 3391905.

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

Color convert

RGB16119351-
CMYK0.1700.740.24
HSL73.52º58.2%47.84%-
HSV(B)73.52º73.58%75.69%-
XYZ34.3745.9610.19-
YUV167.2462.4123.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 51 (20.31% from 255) = 12.59%
R=39.75%
G=47.65%
B=12.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161193510.1700.740.2473.5258.247.84
HexA1C1331104A184a3a30
Octal24130163210112301127260
Binary10100001110000011100111000101001010110001001010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C133; }

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

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

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

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

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

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

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

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