#A1D828

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

Shades of Yellow Green #A1D828

Tints of Yellow Green #A1D828

Color information

#A1D828 (or 0xA1D828) is unknown color: approx Yellow Green. HEX triplet: A1, D8 and 28. RGB value is (161,216,40). Sum of RGB (Red+Green+Blue) = 161+216+40=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D828 is #5E27D7. Grayscale: #B4B4B4. Windows color (decimal): -6170584 or 2676897. OLE color: 2676897.

HSL color Cylindrical-coordinate representation of color #A1D828: hue angle of 78.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1D828 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB16121640-
CMYK0.2500.810.15
HSL78.75º69.29%50.2%-
HSV(B)78.75º81.48%84.71%-
XYZ39.6456.8410.89-
YUV179.4949.28114.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 40 (16.02% from 255) = 9.59%
R=38.61%
G=51.80%
B=9.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161216400.2500.810.1578.7569.2950.2
HexA1D82819051F4f4532
Octal241330503101211711710562
Binary10100001110110001010001100101010001111110011111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D828; }

 p { color: rgb(161,216,40); }

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

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

 a { background-color: rgb(161,216,40); }

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

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

 span { border-color: rgb(161,216,40); }

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