#A1DD28

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

Shades of Yellow Green #A1DD28

Tints of Yellow Green #A1DD28

Color information

#A1DD28 (or 0xA1DD28) is unknown color: approx Yellow Green. HEX triplet: A1, DD and 28. RGB value is (161,221,40). Sum of RGB (Red+Green+Blue) = 161+221+40=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD28 is #5E22D7. Grayscale: #B7B7B7. Windows color (decimal): -6169304 or 2678177. OLE color: 2678177.

HSL color Cylindrical-coordinate representation of color #A1DD28: hue angle of 79.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1DD28 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB16122140-
CMYK0.2700.820.13
HSL79.89º72.69%51.18%-
HSV(B)79.89º81.9%86.67%-
XYZ40.9459.4411.32-
YUV182.4347.62112.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 221 (86.72% from 255) = 52.37%
BLUE value IS 40 (16.02% from 255) = 9.48%
R=38.15%
G=52.37%
B=9.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161221400.2700.820.1379.8972.6951.18
HexA1DD281B052D504933
Octal241335503301221512011163
Binary10100001110111011010001101101010010110110100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD28; }

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

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

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

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

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

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

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

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