#A2DD28

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

Shades of Yellow Green #A2DD28

Tints of Yellow Green #A2DD28

Color information

#A2DD28 (or 0xA2DD28) is unknown color: approx Yellow Green. HEX triplet: A2, DD and 28. RGB value is (162,221,40). Sum of RGB (Red+Green+Blue) = 162+221+40=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD28 is #5D22D7. Grayscale: #B7B7B7. Windows color (decimal): -6103768 or 2678178. OLE color: 2678178.

HSL color Cylindrical-coordinate representation of color #A2DD28: hue angle of 79.56º 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 #A2DD28 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB16222140-
CMYK0.2700.820.13
HSL79.56º72.69%51.18%-
HSV(B)79.56º81.9%86.67%-
XYZ41.1459.5511.33-
YUV182.7247.45113.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 221 (86.72% from 255) = 52.25%
BLUE value IS 40 (16.02% from 255) = 9.46%
R=38.30%
G=52.25%
B=9.46%

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
Decimal162221400.2700.820.1379.5672.6951.18
HexA2DD281B052D504933
Octal242335503301221512011163
Binary10100010110111011010001101101010010110110100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD28; }

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

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

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

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

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

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

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

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