Html Css Color HEX #AADD11 Inch Worm

📋 copy color: '#AADD11'

red 170 ◦ green 221 ◦ blue 17

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

Shades of Inch Worm #AADD11

Tints of Inch Worm #AADD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.17%

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

R = 41.67%
G = 54.17%
B = 4.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#AADD11 (or 0xAADD11) is known color: Inch Worm. HEX triplet: AA, DD and 11. RGB value is (170,221,17). Sum of RGB (Red+Green+Blue) = 170+221+17=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD11 is #5522EE. Grayscale: #B7B7B7. Windows color (decimal): -5579503 or 1170858. OLE color: 1170858.

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

Color convert

RGB 170 221 17 -
CMYK 0.23 0 0.92 0.13
HSL 75º 0.86% 0.47% -
HSV(B) 75º 0.92% 0.87% -
XYZ 42.54 60.3 9.93 -
YUV 182.5 34.6 119.09 -
System Red Green Blue C M Y K H S L
Decimal 170 221 17 0.23 0 0.92 0.13 75 0.86 0.47
Hex AA DD 11 17 0 5C D 4B 56 2F
Octal 252 335 21 27 0 134 15 113 126 57
Binary 10101010 11011101 10001 10111 0 1011100 1101 1001011 1010110 101111

Color Harmonies of #AADD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD11

Black with #AADD11

Text Example


Text Example

White with #AADD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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