Html Css Color HEX #AAD824 Inch Worm

📋 copy color: '#AAD824'

red 170 ◦ green 216 ◦ blue 36

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

Shades of Inch Worm #AAD824

Tints of Inch Worm #AAD824

RGB

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

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

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

R = 40.28%
G = 51.18%
B = 8.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#AAD824 (or 0xAAD824) is known color: Inch Worm. HEX triplet: AA, D8 and 24. RGB value is (170,216,36). Sum of RGB (Red+Green+Blue) = 170+216+36=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD824 is #5527DB. Grayscale: #B6B6B6. Windows color (decimal): -5580764 or 2414762. OLE color: 2414762.

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

Color convert

RGB 170 216 36 -
CMYK 0.21 0 0.83 0.15
HSL 75.33º 0.71% 0.49% -
HSV(B) 75.33º 0.83% 0.85% -
XYZ 41.45 57.79 10.64 -
YUV 181.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 170 216 36 0.21 0 0.83 0.15 75.33 0.71 0.49
Hex AA D8 24 15 0 53 F 4B 47 31
Octal 252 330 44 25 0 123 17 113 107 61
Binary 10101010 11011000 100100 10101 0 1010011 1111 1001011 1000111 110001

Color Harmonies of #AAD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD824

Black with #AAD824

Text Example


Text Example

White with #AAD824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD824; }

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

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

background-color css

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

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

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

border-color css

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

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

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