Html Css Color HEX #AADA12 Inch Worm

📋 copy color: '#AADA12'

red 170 ◦ green 218 ◦ blue 18

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

Shades of Inch Worm #AADA12

Tints of Inch Worm #AADA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.43%

R = 41.87%
G = 53.69%
B = 4.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#AADA12 (or 0xAADA12) is known color: Inch Worm. HEX triplet: AA, DA and 12. RGB value is (170,218,18). Sum of RGB (Red+Green+Blue) = 170+218+18=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA12 is #5525ED. Grayscale: #B5B5B5. Windows color (decimal): -5580270 or 1235626. OLE color: 1235626.

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

Color convert

RGB 170 218 18 -
CMYK 0.22 0 0.92 0.15
HSL 74.4º 0.85% 0.46% -
HSV(B) 74.4º 0.92% 0.85% -
XYZ 41.76 58.73 9.71 -
YUV 180.85 36.1 120.26 -
System Red Green Blue C M Y K H S L
Decimal 170 218 18 0.22 0 0.92 0.15 74.4 0.85 0.46
Hex AA DA 12 16 0 5C F 4A 55 2E
Octal 252 332 22 26 0 134 17 112 125 56
Binary 10101010 11011010 10010 10110 0 1011100 1111 1001010 1010101 101110

Color Harmonies of #AADA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA12

Black with #AADA12

Text Example


Text Example

White with #AADA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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