Html Css Color HEX #AADD00 Inch Worm

📋 copy color: '#AADD00'

red 170 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #AADD00

Tints of Inch Worm #AADD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.48%
G = 56.52%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#AADD00 (or 0xAADD00) is known color: Inch Worm. HEX triplet: AA, DD and 00. RGB value is (170,221,0). Sum of RGB (Red+Green+Blue) = 170+221+0=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD00 is #5522FF. Grayscale: #B5B5B5. Windows color (decimal): -5579520 or 56746. OLE color: 56746.

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

Color convert

RGB 170 221 0 -
CMYK 0.23 0 1 0.13
HSL 73.85º 1% 0.43% -
HSV(B) 73.85º 1% 0.87% -
XYZ 42.43 60.26 9.39 -
YUV 180.56 26.1 120.47 -
System Red Green Blue C M Y K H S L
Decimal 170 221 0 0.23 0 1 0.13 73.85 1 0.43
Hex AA DD 0 17 0 64 D 4A 64 2B
Octal 252 335 0 27 0 144 15 112 144 53
Binary 10101010 11011101 0 10111 0 1100100 1101 1001010 1100100 101011

Color Harmonies of #AADD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD00

Black with #AADD00

Text Example


Text Example

White with #AADD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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