Html Css Color HEX #AADE0E Inch Worm

📋 copy color: '#AADE0E'

red 170 ◦ green 222 ◦ blue 14

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

Shades of Inch Worm #AADE0E

Tints of Inch Worm #AADE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 41.87%
G = 54.68%
B = 3.45%

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

#AADE0E (or 0xAADE0E) is known color: Inch Worm. HEX triplet: AA, DE and 0E. RGB value is (170,222,14). Sum of RGB (Red+Green+Blue) = 170+222+14=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 222 (87.11% from 255 or 54.68% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE0E is #5521F1. Grayscale: #B7B7B7. Windows color (decimal): -5579250 or 974506. OLE color: 974506.

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

Color convert

RGB 170 222 14 -
CMYK 0.23 0 0.94 0.13
HSL 75º 0.88% 0.46% -
HSV(B) 75º 0.94% 0.87% -
XYZ 42.78 60.82 9.9 -
YUV 182.74 32.77 118.91 -
System Red Green Blue C M Y K H S L
Decimal 170 222 14 0.23 0 0.94 0.13 75 0.88 0.46
Hex AA DE E 17 0 5E D 4B 58 2E
Octal 252 336 16 27 0 136 15 113 130 56
Binary 10101010 11011110 1110 10111 0 1011110 1101 1001011 1011000 101110

Color Harmonies of #AADE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE0E

Black with #AADE0E

Text Example


Text Example

White with #AADE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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