Html Css Color HEX #AADB0E Inch Worm

📋 copy color: '#AADB0E'

red 170 ◦ green 219 ◦ blue 14

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

Shades of Inch Worm #AADB0E

Tints of Inch Worm #AADB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.34%

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

R = 42.18%
G = 54.34%
B = 3.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#AADB0E (or 0xAADB0E) is known color: Inch Worm. HEX triplet: AA, DB and 0E. RGB value is (170,219,14). Sum of RGB (Red+Green+Blue) = 170+219+14=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB0E is #5524F1. Grayscale: #B5B5B5. Windows color (decimal): -5580018 or 973738. OLE color: 973738.

HSL color Cylindrical-coordinate representation of color #AADB0E: hue angle of 74.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AADB0E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 14 -
CMYK 0.22 0 0.94 0.14
HSL 74.34º 0.88% 0.46% -
HSV(B) 74.34º 0.94% 0.86% -
XYZ 41.99 59.24 9.64 -
YUV 180.98 33.77 120.17 -
System Red Green Blue C M Y K H S L
Decimal 170 219 14 0.22 0 0.94 0.14 74.34 0.88 0.46
Hex AA DB E 16 0 5E E 4A 58 2E
Octal 252 333 16 26 0 136 16 112 130 56
Binary 10101010 11011011 1110 10110 0 1011110 1110 1001010 1011000 101110

Color Harmonies of #AADB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB0E

Black with #AADB0E

Text Example


Text Example

White with #AADB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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