Html Css Color HEX #AADC09 Inch Worm

📋 copy color: '#AADC09'

red 170 ◦ green 220 ◦ blue 9

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

Shades of Inch Worm #AADC09

Tints of Inch Worm #AADC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.26%

R = 42.61%
G = 55.14%
B = 2.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#AADC09 (or 0xAADC09) is known color: Inch Worm. HEX triplet: AA, DC and 09. RGB value is (170,220,9). Sum of RGB (Red+Green+Blue) = 170+220+9=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC09 is #5523F6. Grayscale: #B5B5B5. Windows color (decimal): -5579767 or 646314. OLE color: 646314.

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

Color convert

RGB 170 220 9 -
CMYK 0.23 0 0.96 0.14
HSL 74.22º 0.92% 0.45% -
HSV(B) 74.22º 0.96% 0.86% -
XYZ 42.22 59.75 9.57 -
YUV 181 30.94 120.16 -
System Red Green Blue C M Y K H S L
Decimal 170 220 9 0.23 0 0.96 0.14 74.22 0.92 0.45
Hex AA DC 9 17 0 60 E 4A 5C 2D
Octal 252 334 11 27 0 140 16 112 134 55
Binary 10101010 11011100 1001 10111 0 1100000 1110 1001010 1011100 101101

Color Harmonies of #AADC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC09

Black with #AADC09

Text Example


Text Example

White with #AADC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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