Html Css Color HEX #AADD0D Inch Worm

📋 copy color: '#AADD0D'

red 170 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #AADD0D

Tints of Inch Worm #AADD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 42.08%
G = 54.7%
B = 3.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#AADD0D (or 0xAADD0D) is known color: Inch Worm. HEX triplet: AA, DD and 0D. RGB value is (170,221,13). Sum of RGB (Red+Green+Blue) = 170+221+13=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD0D is #5522F2. Grayscale: #B6B6B6. Windows color (decimal): -5579507 or 908714. OLE color: 908714.

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

Color convert

RGB 170 221 13 -
CMYK 0.23 0 0.94 0.13
HSL 74.71º 0.89% 0.46% -
HSV(B) 74.71º 0.94% 0.87% -
XYZ 42.51 60.29 9.78 -
YUV 182.04 32.6 119.41 -
System Red Green Blue C M Y K H S L
Decimal 170 221 13 0.23 0 0.94 0.13 74.71 0.89 0.46
Hex AA DD D 17 0 5E D 4B 59 2E
Octal 252 335 15 27 0 136 15 113 131 56
Binary 10101010 11011101 1101 10111 0 1011110 1101 1001011 1011001 101110

Color Harmonies of #AADD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD0D

Black with #AADD0D

Text Example


Text Example

White with #AADD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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