Html Css Color HEX #AADE0D Inch Worm

📋 copy color: '#AADE0D'

red 170 ◦ green 222 ◦ blue 13

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

Shades of Inch Worm #AADE0D

Tints of Inch Worm #AADE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.81%

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

R = 41.98%
G = 54.81%
B = 3.21%

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

#AADE0D (or 0xAADE0D) is known color: Inch Worm. HEX triplet: AA, DE and 0D. RGB value is (170,222,13). Sum of RGB (Red+Green+Blue) = 170+222+13=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 222 (87.11% from 255 or 54.81% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE0D is #5521F2. Grayscale: #B7B7B7. Windows color (decimal): -5579251 or 908970. OLE color: 908970.

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

Color convert

RGB 170 222 13 -
CMYK 0.23 0 0.94 0.13
HSL 74.93º 0.89% 0.46% -
HSV(B) 74.93º 0.94% 0.87% -
XYZ 42.77 60.82 9.87 -
YUV 182.63 32.27 118.99 -
System Red Green Blue C M Y K H S L
Decimal 170 222 13 0.23 0 0.94 0.13 74.93 0.89 0.46
Hex AA DE D 17 0 5E D 4B 59 2E
Octal 252 336 15 27 0 136 15 113 131 56
Binary 10101010 11011110 1101 10111 0 1011110 1101 1001011 1011001 101110

Color Harmonies of #AADE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE0D

Black with #AADE0D

Text Example


Text Example

White with #AADE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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