Html Css Color HEX #AADB11 Inch Worm

📋 copy color: '#AADB11'

red 170 ◦ green 219 ◦ blue 17

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

Shades of Inch Worm #AADB11

Tints of Inch Worm #AADB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.94%

 BLUE value IS 17 (7.03% from 255) = 4.19%

R = 41.87%
G = 53.94%
B = 4.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#AADB11 (or 0xAADB11) is known color: Inch Worm. HEX triplet: AA, DB and 11. RGB value is (170,219,17). Sum of RGB (Red+Green+Blue) = 170+219+17=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB11 is #5524EE. Grayscale: #B6B6B6. Windows color (decimal): -5580015 or 1170346. OLE color: 1170346.

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

Color convert

RGB 170 219 17 -
CMYK 0.22 0 0.92 0.14
HSL 74.55º 0.86% 0.46% -
HSV(B) 74.55º 0.92% 0.86% -
XYZ 42.01 59.25 9.75 -
YUV 181.32 35.27 119.93 -
System Red Green Blue C M Y K H S L
Decimal 170 219 17 0.22 0 0.92 0.14 74.55 0.86 0.46
Hex AA DB 11 16 0 5C E 4B 56 2E
Octal 252 333 21 26 0 134 16 113 126 56
Binary 10101010 11011011 10001 10110 0 1011100 1110 1001011 1010110 101110

Color Harmonies of #AADB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB11

Black with #AADB11

Text Example


Text Example

White with #AADB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB11; }

 p { color: rgb(170,219,17); }

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

background-color css

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

 a { background-color: rgb(170,219,17); }

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

border-color css

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

 span { border-color: rgb(170,219,17); }

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