Html Css Color HEX #AADA14 Inch Worm

📋 copy color: '#AADA14'

red 170 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #AADA14

Tints of Inch Worm #AADA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.43%

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 41.67%
G = 53.43%
B = 4.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#AADA14 (or 0xAADA14) is known color: Inch Worm. HEX triplet: AA, DA and 14. RGB value is (170,218,20). Sum of RGB (Red+Green+Blue) = 170+218+20=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA14 is #5525EB. Grayscale: #B5B5B5. Windows color (decimal): -5580268 or 1366698. OLE color: 1366698.

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

Color convert

RGB 170 218 20 -
CMYK 0.22 0 0.91 0.15
HSL 74.55º 0.83% 0.47% -
HSV(B) 74.55º 0.91% 0.85% -
XYZ 41.78 58.74 9.8 -
YUV 181.08 37.1 120.1 -
System Red Green Blue C M Y K H S L
Decimal 170 218 20 0.22 0 0.91 0.15 74.55 0.83 0.47
Hex AA DA 14 16 0 5B F 4B 53 2F
Octal 252 332 24 26 0 133 17 113 123 57
Binary 10101010 11011010 10100 10110 0 1011011 1111 1001011 1010011 101111

Color Harmonies of #AADA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA14

Black with #AADA14

Text Example


Text Example

White with #AADA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA14; }

 p { color: rgb(170,218,20); }

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

background-color css

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

 a { background-color: rgb(170,218,20); }

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

border-color css

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

 span { border-color: rgb(170,218,20); }

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