Html Css Color HEX #AAD624 Inch Worm

📋 copy color: '#AAD624'

red 170 ◦ green 214 ◦ blue 36

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

Shades of Inch Worm #AAD624

Tints of Inch Worm #AAD624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.95%

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

R = 40.48%
G = 50.95%
B = 8.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#AAD624 (or 0xAAD624) is known color: Inch Worm. HEX triplet: AA, D6 and 24. RGB value is (170,214,36). Sum of RGB (Red+Green+Blue) = 170+214+36=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD624 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD624 is #5529DB. Grayscale: #B5B5B5. Windows color (decimal): -5581276 or 2414250. OLE color: 2414250.

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

Color convert

RGB 170 214 36 -
CMYK 0.21 0 0.83 0.16
HSL 74.83º 0.71% 0.49% -
HSV(B) 74.83º 0.83% 0.84% -
XYZ 40.94 56.77 10.47 -
YUV 180.55 46.42 120.47 -
System Red Green Blue C M Y K H S L
Decimal 170 214 36 0.21 0 0.83 0.16 74.83 0.71 0.49
Hex AA D6 24 15 0 53 10 4B 47 31
Octal 252 326 44 25 0 123 20 113 107 61
Binary 10101010 11010110 100100 10101 0 1010011 10000 1001011 1000111 110001

Color Harmonies of #AAD624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD624

Black with #AAD624

Text Example


Text Example

White with #AAD624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD624; }

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

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

background-color css

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

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

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

border-color css

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

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

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