#A1D720

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

Shades of Yellow Green #A1D720

Tints of Yellow Green #A1D720

Color information

#A1D720 (or 0xA1D720) is unknown color: approx Yellow Green. HEX triplet: A1, D7 and 20. RGB value is (161,215,32). Sum of RGB (Red+Green+Blue) = 161+215+32=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D720 is #5E28DF. Grayscale: #B2B2B2. Windows color (decimal): -6170848 or 2152353. OLE color: 2152353.

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

Color convert

RGB16121532-
CMYK0.2500.850.16
HSL77.7º74.09%48.43%-
HSV(B)77.7º85.12%84.31%-
XYZ39.2656.2810.16-
YUV177.9945.61115.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 215 (84.38% from 255) = 52.70%
BLUE value IS 32 (12.89% from 255) = 7.84%
R=39.46%
G=52.70%
B=7.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215320.2500.850.1677.774.0948.43
HexA1D72019055104e4a30
Octal241327403101252011611260
Binary101000011101011110000011001010101011000010011101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D720; }

 p { color: rgb(161,215,32); }

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

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

 a { background-color: rgb(161,215,32); }

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

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

 span { border-color: rgb(161,215,32); }

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