Html Css Color HEX #AADC2A Yellow Green

📋 copy color: '#AADC2A'

red 170 ◦ green 220 ◦ blue 42

#AADC2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #AADC2A

Tints of Yellow Green #AADC2A

RGB

 RED value IS 170 (66.8% from 255) = 39.35%

 GREEN value IS 220 (86.33% from 255) = 50.93%

 BLUE value IS 42 (16.8% from 255) = 9.72%

R = 39.35%
G = 50.93%
B = 9.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#AADC2A (or 0xAADC2A) is known color: Yellow Green. HEX triplet: AA, DC and 2A. RGB value is (170,220,42). Sum of RGB (Red+Green+Blue) = 170+220+42=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC2A is #5523D5. Grayscale: #B9B9B9. Windows color (decimal): -5579734 or 2809002. OLE color: 2809002.

HSL color Cylindrical-coordinate representation of color #AADC2A: hue angle of 76.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AADC2A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 42 -
CMYK 0.23 0 0.81 0.14
HSL 76.85º 0.72% 0.51% -
HSV(B) 76.85º 0.81% 0.86% -
XYZ 42.59 59.9 11.51 -
YUV 184.76 47.44 117.47 -
System Red Green Blue C M Y K H S L
Decimal 170 220 42 0.23 0 0.81 0.14 76.85 0.72 0.51
Hex AA DC 2A 17 0 51 E 4D 48 33
Octal 252 334 52 27 0 121 16 115 110 63
Binary 10101010 11011100 101010 10111 0 1010001 1110 1001101 1001000 110011

Color Harmonies of #AADC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC2A

Black with #AADC2A

Text Example


Text Example

White with #AADC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC2A; }

 p { color: rgb(170,220,42); }

 H1.HeaderClassName
 {
   color: #AADC2A;
 }
 .AnyTagClassName
 {
   color: #AADC2A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,220,42); }

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

border-color css

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

 span { border-color: rgb(170,220,42); }

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