Html Css Color HEX #AADC0B Inch Worm

📋 copy color: '#AADC0B'

red 170 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #AADC0B

Tints of Inch Worm #AADC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 42.39%
G = 54.86%
B = 2.74%

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

#AADC0B (or 0xAADC0B) is known color: Inch Worm. HEX triplet: AA, DC and 0B. RGB value is (170,220,11). Sum of RGB (Red+Green+Blue) = 170+220+11=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0B is #5523F4. Grayscale: #B6B6B6. Windows color (decimal): -5579765 or 777386. OLE color: 777386.

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

Color convert

RGB 170 220 11 -
CMYK 0.23 0 0.95 0.14
HSL 74.35º 0.9% 0.45% -
HSV(B) 74.35º 0.95% 0.86% -
XYZ 42.23 59.76 9.62 -
YUV 181.22 31.94 119.99 -
System Red Green Blue C M Y K H S L
Decimal 170 220 11 0.23 0 0.95 0.14 74.35 0.9 0.45
Hex AA DC B 17 0 5F E 4A 5A 2D
Octal 252 334 13 27 0 137 16 112 132 55
Binary 10101010 11011100 1011 10111 0 1011111 1110 1001010 1011010 101101

Color Harmonies of #AADC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC0B

Black with #AADC0B

Text Example


Text Example

White with #AADC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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