Html Css Color HEX #AAD516 Inch Worm

📋 copy color: '#AAD516'

red 170 ◦ green 213 ◦ blue 22

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

Shades of Inch Worm #AAD516

Tints of Inch Worm #AAD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

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

R = 41.98%
G = 52.59%
B = 5.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#AAD516 (or 0xAAD516) is known color: Inch Worm. HEX triplet: AA, D5 and 16. RGB value is (170,213,22). Sum of RGB (Red+Green+Blue) = 170+213+22=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD516 is #552AE9. Grayscale: #B3B3B3. Windows color (decimal): -5581546 or 1496490. OLE color: 1496490.

HSL color Cylindrical-coordinate representation of color #AAD516: hue angle of 73.51º 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 #AAD516 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 22 -
CMYK 0.20 0 0.90 0.16
HSL 73.51º 0.81% 0.46% -
HSV(B) 73.51º 0.9% 0.84% -
XYZ 40.52 56.19 9.47 -
YUV 178.37 39.75 122.03 -
System Red Green Blue C M Y K H S L
Decimal 170 213 22 0.20 0 0.90 0.16 73.51 0.81 0.46
Hex AA D5 16 14 0 5A 10 4A 51 2E
Octal 252 325 26 24 0 132 20 112 121 56
Binary 10101010 11010101 10110 10100 0 1011010 10000 1001010 1010001 101110

Color Harmonies of #AAD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD516

Black with #AAD516

Text Example


Text Example

White with #AAD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD516; }

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

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

background-color css

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

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

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

border-color css

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

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

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