Html Css Color HEX #AADC29 Inch Worm

📋 copy color: '#AADC29'

red 170 ◦ green 220 ◦ blue 41

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

Shades of Inch Worm #AADC29

Tints of Inch Worm #AADC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.51%

R = 39.44%
G = 51.04%
B = 9.51%

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

#AADC29 (or 0xAADC29) is known color: Inch Worm. HEX triplet: AA, DC and 29. RGB value is (170,220,41). Sum of RGB (Red+Green+Blue) = 170+220+41=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC29 is #5523D6. Grayscale: #B9B9B9. Windows color (decimal): -5579735 or 2743466. OLE color: 2743466.

HSL color Cylindrical-coordinate representation of color #AADC29: hue angle of 76.76º 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 #AADC29 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 41 -
CMYK 0.23 0 0.81 0.14
HSL 76.76º 0.72% 0.51% -
HSV(B) 76.76º 0.81% 0.86% -
XYZ 42.57 59.89 11.41 -
YUV 184.64 46.94 117.55 -
System Red Green Blue C M Y K H S L
Decimal 170 220 41 0.23 0 0.81 0.14 76.76 0.72 0.51
Hex AA DC 29 17 0 51 E 4D 48 33
Octal 252 334 51 27 0 121 16 115 110 63
Binary 10101010 11011100 101001 10111 0 1010001 1110 1001101 1001000 110011

Color Harmonies of #AADC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC29

Black with #AADC29

Text Example


Text Example

White with #AADC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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