Html Css Color HEX #AAD821 Inch Worm

📋 copy color: '#AAD821'

red 170 ◦ green 216 ◦ blue 33

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

Shades of Inch Worm #AAD821

Tints of Inch Worm #AAD821

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.55%

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 40.57%
G = 51.55%
B = 7.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#AAD821 (or 0xAAD821) is known color: Inch Worm. HEX triplet: AA, D8 and 21. RGB value is (170,216,33). Sum of RGB (Red+Green+Blue) = 170+216+33=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD821 is #5527DE. Grayscale: #B6B6B6. Windows color (decimal): -5580767 or 2218154. OLE color: 2218154.

HSL color Cylindrical-coordinate representation of color #AAD821: hue angle of 75.08º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD821 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 33 -
CMYK 0.21 0 0.85 0.15
HSL 75.08º 0.73% 0.49% -
HSV(B) 75.08º 0.85% 0.85% -
XYZ 41.41 57.77 10.41 -
YUV 181.38 44.26 119.88 -
System Red Green Blue C M Y K H S L
Decimal 170 216 33 0.21 0 0.85 0.15 75.08 0.73 0.49
Hex AA D8 21 15 0 55 F 4B 49 31
Octal 252 330 41 25 0 125 17 113 111 61
Binary 10101010 11011000 100001 10101 0 1010101 1111 1001011 1001001 110001

Color Harmonies of #AAD821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD821

Black with #AAD821

Text Example


Text Example

White with #AAD821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD821; }

 p { color: rgb(170,216,33); }

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

background-color css

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

 a { background-color: rgb(170,216,33); }

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

border-color css

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

 span { border-color: rgb(170,216,33); }

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