Html Css Color HEX #AAD404 Inch Worm

📋 copy color: '#AAD404'

red 170 ◦ green 212 ◦ blue 4

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

Shades of Inch Worm #AAD404

Tints of Inch Worm #AAD404

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.92%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 44.04%
G = 54.92%
B = 1.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#AAD404 (or 0xAAD404) is known color: Inch Worm. HEX triplet: AA, D4 and 04. RGB value is (170,212,4). Sum of RGB (Red+Green+Blue) = 170+212+4=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD404 is #552BFB. Grayscale: #B0B0B0. Windows color (decimal): -5581820 or 316586. OLE color: 316586.

HSL color Cylindrical-coordinate representation of color #AAD404: hue angle of 72.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAD404 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 4 -
CMYK 0.20 0 0.98 0.17
HSL 72.12º 0.96% 0.42% -
HSV(B) 72.12º 0.98% 0.83% -
XYZ 40.14 55.64 8.74 -
YUV 175.73 31.09 123.91 -
System Red Green Blue C M Y K H S L
Decimal 170 212 4 0.20 0 0.98 0.17 72.12 0.96 0.42
Hex AA D4 4 14 0 62 11 48 60 2A
Octal 252 324 4 24 0 142 21 110 140 52
Binary 10101010 11010100 100 10100 0 1100010 10001 1001000 1100000 101010

Color Harmonies of #AAD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD404

Black with #AAD404

Text Example


Text Example

White with #AAD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD404; }

 p { color: rgb(170,212,4); }

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

background-color css

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

 a { background-color: rgb(170,212,4); }

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

border-color css

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

 span { border-color: rgb(170,212,4); }

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