Html Css Color HEX #AADE16 Inch Worm

📋 copy color: '#AADE16'

red 170 ◦ green 222 ◦ blue 22

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

Shades of Inch Worm #AADE16

Tints of Inch Worm #AADE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.62%

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 41.06%
G = 53.62%
B = 5.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#AADE16 (or 0xAADE16) is known color: Inch Worm. HEX triplet: AA, DE and 16. RGB value is (170,222,22). Sum of RGB (Red+Green+Blue) = 170+222+22=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE16 is #5521E9. Grayscale: #B8B8B8. Windows color (decimal): -5579242 or 1498794. OLE color: 1498794.

HSL color Cylindrical-coordinate representation of color #AADE16: hue angle of 75.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AADE16 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 22 -
CMYK 0.23 0 0.90 0.13
HSL 75.6º 0.82% 0.48% -
HSV(B) 75.6º 0.9% 0.87% -
XYZ 42.84 60.85 10.25 -
YUV 183.65 36.77 118.26 -
System Red Green Blue C M Y K H S L
Decimal 170 222 22 0.23 0 0.90 0.13 75.6 0.82 0.48
Hex AA DE 16 17 0 5A D 4C 52 30
Octal 252 336 26 27 0 132 15 114 122 60
Binary 10101010 11011110 10110 10111 0 1011010 1101 1001100 1010010 110000

Color Harmonies of #AADE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE16

Black with #AADE16

Text Example


Text Example

White with #AADE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE16; }

 p { color: rgb(170,222,22); }

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

background-color css

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

 a { background-color: rgb(170,222,22); }

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

border-color css

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

 span { border-color: rgb(170,222,22); }

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