#A1C035

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

Shades of Yellow Green #A1C035

Tints of Yellow Green #A1C035

Color information

#A1C035 (or 0xA1C035) is unknown color: approx Yellow Green. HEX triplet: A1, C0 and 35. RGB value is (161,192,53). Sum of RGB (Red+Green+Blue) = 161+192+53=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C035 is #5E3FCA. Grayscale: #A7A7A7. Windows color (decimal): -6176715 or 3522721. OLE color: 3522721.

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

Color convert

RGB16119253-
CMYK0.1600.720.25
HSL73.38º56.73%48.04%-
HSV(B)73.38º72.4%75.29%-
XYZ34.1945.5310.35-
YUV166.8863.73123.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 53 (21.09% from 255) = 13.05%
R=39.66%
G=47.29%
B=13.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192530.1600.720.2573.3856.7348.04
HexA1C0351004819493930
Octal24130065200110311117160
Binary10100001110000001101011000001001000110011001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C035; }

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

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

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

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

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

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

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

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