#a1d32b

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

Shades of Yellow Green #A1D32B

Tints of Yellow Green #A1D32B

Color information

#A1D32B (or 0xA1D32B) is unknown color: approx Yellow Green. HEX triplet: A1, D3 and 2B. RGB value is (161,211,43). Sum of RGB (Red+Green+Blue) = 161+211+43=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D32B is #5E2CD4. Grayscale: #B1B1B1. Windows color (decimal): -6171861 or 2872225. OLE color: 2872225.

HSL color Cylindrical-coordinate representation of color #A1D32B: hue angle of 77.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1D32B is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB16121143-
CMYK0.2400.800.17
HSL77.86º66.14%49.8%-
HSV(B)77.86º79.62%82.75%-
XYZ38.4354.3410.75-
YUV176.952.44116.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 211 (82.81% from 255) = 50.84%
BLUE value IS 43 (17.19% from 255) = 10.36%
R=38.80%
G=50.84%
B=10.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161211430.2400.800.1777.8666.1449.8
HexA1D32B18050114e4232
Octal241323533001202111610262
Binary101000011101001110101111000010100001000110011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1d32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1d32b; }

 p { color: rgb(161,211,43); }

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

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

 a { background-color: rgb(161,211,43); }

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

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

 span { border-color: rgb(161,211,43); }

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