Html Css Color HEX #AADC0A Inch Worm

📋 copy color: '#AADC0A'

red 170 ◦ green 220 ◦ blue 10

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

Shades of Inch Worm #AADC0A

Tints of Inch Worm #AADC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.5%

R = 42.5%
G = 55%
B = 2.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#AADC0A (or 0xAADC0A) is known color: Inch Worm. HEX triplet: AA, DC and 0A. RGB value is (170,220,10). Sum of RGB (Red+Green+Blue) = 170+220+10=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0A is #5523F5. Grayscale: #B5B5B5. Windows color (decimal): -5579766 or 711850. OLE color: 711850.

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

Color convert

RGB 170 220 10 -
CMYK 0.23 0 0.95 0.14
HSL 74.29º 0.91% 0.45% -
HSV(B) 74.29º 0.95% 0.86% -
XYZ 42.23 59.75 9.6 -
YUV 181.11 31.44 120.08 -
System Red Green Blue C M Y K H S L
Decimal 170 220 10 0.23 0 0.95 0.14 74.29 0.91 0.45
Hex AA DC A 17 0 5F E 4A 5B 2D
Octal 252 334 12 27 0 137 16 112 133 55
Binary 10101010 11011100 1010 10111 0 1011111 1110 1001010 1011011 101101

Color Harmonies of #AADC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC0A

Black with #AADC0A

Text Example


Text Example

White with #AADC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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