Html Css Color HEX #AADD05 Inch Worm

📋 copy color: '#AADD05'

red 170 ◦ green 221 ◦ blue 5

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

Shades of Inch Worm #AADD05

Tints of Inch Worm #AADD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 42.93%
G = 55.81%
B = 1.26%

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

#AADD05 (or 0xAADD05) is known color: Inch Worm. HEX triplet: AA, DD and 05. RGB value is (170,221,5). Sum of RGB (Red+Green+Blue) = 170+221+5=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD05 is #5522FA. Grayscale: #B5B5B5. Windows color (decimal): -5579515 or 384426. OLE color: 384426.

HSL color Cylindrical-coordinate representation of color #AADD05: hue angle of 74.17º 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 #AADD05 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

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

Color Harmonies of #AADD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD05

Black with #AADD05

Text Example


Text Example

White with #AADD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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