#A1C335

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

Shades of Yellow Green #A1C335

Tints of Yellow Green #A1C335

Color information

#A1C335 (or 0xA1C335) is unknown color: approx Yellow Green. HEX triplet: A1, C3 and 35. RGB value is (161,195,53). Sum of RGB (Red+Green+Blue) = 161+195+53=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C335 is #5E3CCA. Grayscale: #A9A9A9. Windows color (decimal): -6175947 or 3523489. OLE color: 3523489.

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

Color convert

RGB16119553-
CMYK0.1700.730.24
HSL74.37º57.26%48.63%-
HSV(B)74.37º72.82%76.47%-
XYZ34.8646.8610.58-
YUV168.6562.74122.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 195 (76.56% from 255) = 47.68%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=39.36%
G=47.68%
B=12.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195530.1700.730.2474.3757.2648.63
HexA1C33511049184a3931
Octal24130365210111301127161
Binary10100001110000111101011000101001001110001001010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C335; }

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

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

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

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

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

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

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

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