#A0DD28

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

Shades of Yellow Green #A0DD28

Tints of Yellow Green #A0DD28

Color information

#A0DD28 (or 0xA0DD28) is unknown color: approx Yellow Green. HEX triplet: A0, DD and 28. RGB value is (160,221,40). Sum of RGB (Red+Green+Blue) = 160+221+40=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD28 is #5F22D7. Grayscale: #B6B6B6. Windows color (decimal): -6234840 or 2678176. OLE color: 2678176.

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

Color convert

RGB16022140-
CMYK0.2800.820.13
HSL80.22º72.69%51.18%-
HSV(B)80.22º81.9%86.67%-
XYZ40.7459.3411.31-
YUV182.1347.79112.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 221 (86.72% from 255) = 52.49%
BLUE value IS 40 (16.02% from 255) = 9.50%
R=38.00%
G=52.49%
B=9.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160221400.2800.820.1380.2272.6951.18
HexA0DD281C052D504933
Octal240335503401221512011163
Binary10100000110111011010001110001010010110110100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD28; }

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

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

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

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

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

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

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

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