Html Css Color HEX #AADD04 Inch Worm

📋 copy color: '#AADD04'

red 170 ◦ green 221 ◦ blue 4

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

Shades of Inch Worm #AADD04

Tints of Inch Worm #AADD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.95%

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

R = 43.04%
G = 55.95%
B = 1.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#AADD04 (or 0xAADD04) is known color: Inch Worm. HEX triplet: AA, DD and 04. RGB value is (170,221,4). Sum of RGB (Red+Green+Blue) = 170+221+4=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD04 is #5522FB. Grayscale: #B5B5B5. Windows color (decimal): -5579516 or 318890. OLE color: 318890.

HSL color Cylindrical-coordinate representation of color #AADD04: hue angle of 74.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AADD04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 4 -
CMYK 0.23 0 0.98 0.13
HSL 74.1º 0.96% 0.44% -
HSV(B) 74.1º 0.98% 0.87% -
XYZ 42.46 60.27 9.51 -
YUV 181.01 28.1 120.14 -
System Red Green Blue C M Y K H S L
Decimal 170 221 4 0.23 0 0.98 0.13 74.1 0.96 0.44
Hex AA DD 4 17 0 62 D 4A 60 2C
Octal 252 335 4 27 0 142 15 112 140 54
Binary 10101010 11011101 100 10111 0 1100010 1101 1001010 1100000 101100

Color Harmonies of #AADD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD04

Black with #AADD04

Text Example


Text Example

White with #AADD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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