Html Css Color HEX #AAD211 Inch Worm

📋 copy color: '#AAD211'

red 170 ◦ green 210 ◦ blue 17

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

Shades of Inch Worm #AAD211

Tints of Inch Worm #AAD211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.9%

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

R = 42.82%
G = 52.9%
B = 4.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#AAD211 (or 0xAAD211) is known color: Inch Worm. HEX triplet: AA, D2 and 11. RGB value is (170,210,17). Sum of RGB (Red+Green+Blue) = 170+210+17=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD211 is #552DEE. Grayscale: #B0B0B0. Windows color (decimal): -5582319 or 1168042. OLE color: 1168042.

HSL color Cylindrical-coordinate representation of color #AAD211: hue angle of 72.44º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD211 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 17 -
CMYK 0.19 0 0.92 0.18
HSL 72.44º 0.85% 0.45% -
HSV(B) 72.44º 0.92% 0.82% -
XYZ 39.73 54.68 8.99 -
YUV 176.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 170 210 17 0.19 0 0.92 0.18 72.44 0.85 0.45
Hex AA D2 11 13 0 5C 12 48 55 2D
Octal 252 322 21 23 0 134 22 110 125 55
Binary 10101010 11010010 10001 10011 0 1011100 10010 1001000 1010101 101101

Color Harmonies of #AAD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD211

Black with #AAD211

Text Example


Text Example

White with #AAD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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