Html Css Color HEX #AAD616 Inch Worm

📋 copy color: '#AAD616'

red 170 ◦ green 214 ◦ blue 22

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

Shades of Inch Worm #AAD616

Tints of Inch Worm #AAD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.71%

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

R = 41.87%
G = 52.71%
B = 5.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#AAD616 (or 0xAAD616) is known color: Inch Worm. HEX triplet: AA, D6 and 16. RGB value is (170,214,22). Sum of RGB (Red+Green+Blue) = 170+214+22=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD616 is #5529E9. Grayscale: #B3B3B3. Windows color (decimal): -5581290 or 1496746. OLE color: 1496746.

HSL color Cylindrical-coordinate representation of color #AAD616: hue angle of 73.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD616 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 22 -
CMYK 0.21 0 0.90 0.16
HSL 73.75º 0.81% 0.46% -
HSV(B) 73.75º 0.9% 0.84% -
XYZ 40.77 56.7 9.55 -
YUV 178.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 170 214 22 0.21 0 0.90 0.16 73.75 0.81 0.46
Hex AA D6 16 15 0 5A 10 4A 51 2E
Octal 252 326 26 25 0 132 20 112 121 56
Binary 10101010 11010110 10110 10101 0 1011010 10000 1001010 1010001 101110

Color Harmonies of #AAD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD616

Black with #AAD616

Text Example


Text Example

White with #AAD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD616; }

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

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

background-color css

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

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

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

border-color css

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

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

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