#A2DD30

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

Shades of Yellow Green #A2DD30

Tints of Yellow Green #A2DD30

Color information

#A2DD30 (or 0xA2DD30) is unknown color: approx Yellow Green. HEX triplet: A2, DD and 30. RGB value is (162,221,48). Sum of RGB (Red+Green+Blue) = 162+221+48=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD30 is #5D22CF. Grayscale: #B8B8B8. Windows color (decimal): -6103760 or 3202466. OLE color: 3202466.

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

Color convert

RGB16222148-
CMYK0.2700.780.13
HSL80.46º71.78%52.75%-
HSV(B)80.46º78.28%86.67%-
XYZ41.2959.6112.13-
YUV183.6451.45112.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 221 (86.72% from 255) = 51.28%
BLUE value IS 48 (19.14% from 255) = 11.14%
R=37.59%
G=51.28%
B=11.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162221480.2700.780.1380.4671.7852.75
HexA2DD301B04ED504835
Octal242335603301161512011065
Binary10100010110111011100001101101001110110110100001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD30; }

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

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

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

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

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

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

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

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