Html Css Color HEX #AADB13 Inch Worm

📋 copy color: '#AADB13'

red 170 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #AADB13

Tints of Inch Worm #AADB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 41.67%
G = 53.68%
B = 4.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#AADB13 (or 0xAADB13) is known color: Inch Worm. HEX triplet: AA, DB and 13. RGB value is (170,219,19). Sum of RGB (Red+Green+Blue) = 170+219+19=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB13 is #5524EC. Grayscale: #B6B6B6. Windows color (decimal): -5580013 or 1301418. OLE color: 1301418.

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

Color convert

RGB 170 219 19 -
CMYK 0.22 0 0.91 0.14
HSL 74.7º 0.84% 0.47% -
HSV(B) 74.7º 0.91% 0.86% -
XYZ 42.03 59.26 9.84 -
YUV 181.55 36.27 119.76 -
System Red Green Blue C M Y K H S L
Decimal 170 219 19 0.22 0 0.91 0.14 74.7 0.84 0.47
Hex AA DB 13 16 0 5B E 4B 54 2F
Octal 252 333 23 26 0 133 16 113 124 57
Binary 10101010 11011011 10011 10110 0 1011011 1110 1001011 1010100 101111

Color Harmonies of #AADB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB13

Black with #AADB13

Text Example


Text Example

White with #AADB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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