Html Css Color HEX #AAD924 Inch Worm

📋 copy color: '#AAD924'

red 170 ◦ green 217 ◦ blue 36

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

Shades of Inch Worm #AAD924

Tints of Inch Worm #AAD924

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.3%

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 40.19%
G = 51.3%
B = 8.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#AAD924 (or 0xAAD924) is known color: Inch Worm. HEX triplet: AA, D9 and 24. RGB value is (170,217,36). Sum of RGB (Red+Green+Blue) = 170+217+36=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD924 is #5526DB. Grayscale: #B6B6B6. Windows color (decimal): -5580508 or 2415018. OLE color: 2415018.

HSL color Cylindrical-coordinate representation of color #AAD924: hue angle of 75.58º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAD924 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 36 -
CMYK 0.22 0 0.83 0.15
HSL 75.58º 0.72% 0.5% -
HSV(B) 75.58º 0.83% 0.85% -
XYZ 41.71 58.3 10.72 -
YUV 182.31 45.43 119.22 -
System Red Green Blue C M Y K H S L
Decimal 170 217 36 0.22 0 0.83 0.15 75.58 0.72 0.5
Hex AA D9 24 16 0 53 F 4C 48 32
Octal 252 331 44 26 0 123 17 114 110 62
Binary 10101010 11011001 100100 10110 0 1010011 1111 1001100 1001000 110010

Color Harmonies of #AAD924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD924

Black with #AAD924

Text Example


Text Example

White with #AAD924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD924; }

 p { color: rgb(170,217,36); }

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

background-color css

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

 a { background-color: rgb(170,217,36); }

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

border-color css

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

 span { border-color: rgb(170,217,36); }

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