Html Css Color HEX #AAD416 Inch Worm

📋 copy color: '#AAD416'

red 170 ◦ green 212 ◦ blue 22

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

Shades of Inch Worm #AAD416

Tints of Inch Worm #AAD416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.48%

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

R = 42.08%
G = 52.48%
B = 5.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#AAD416 (or 0xAAD416) is known color: Inch Worm. HEX triplet: AA, D4 and 16. RGB value is (170,212,22). Sum of RGB (Red+Green+Blue) = 170+212+22=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD416 is #552BE9. Grayscale: #B2B2B2. Windows color (decimal): -5581802 or 1496234. OLE color: 1496234.

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

Color convert

RGB 170 212 22 -
CMYK 0.20 0 0.90 0.17
HSL 73.26º 0.81% 0.46% -
HSV(B) 73.26º 0.9% 0.83% -
XYZ 40.27 55.69 9.39 -
YUV 177.78 40.09 122.45 -
System Red Green Blue C M Y K H S L
Decimal 170 212 22 0.20 0 0.90 0.17 73.26 0.81 0.46
Hex AA D4 16 14 0 5A 11 49 51 2E
Octal 252 324 26 24 0 132 21 111 121 56
Binary 10101010 11010100 10110 10100 0 1011010 10001 1001001 1010001 101110

Color Harmonies of #AAD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD416

Black with #AAD416

Text Example


Text Example

White with #AAD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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