Html Css Color HEX #AADC12 Inch Worm

📋 copy color: '#AADC12'

red 170 ◦ green 220 ◦ blue 18

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

Shades of Inch Worm #AADC12

Tints of Inch Worm #AADC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.92%

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

R = 41.67%
G = 53.92%
B = 4.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#AADC12 (or 0xAADC12) is known color: Inch Worm. HEX triplet: AA, DC and 12. RGB value is (170,220,18). Sum of RGB (Red+Green+Blue) = 170+220+18=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC12 is #5523ED. Grayscale: #B6B6B6. Windows color (decimal): -5579758 or 1236138. OLE color: 1236138.

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

Color convert

RGB 170 220 18 -
CMYK 0.23 0 0.92 0.14
HSL 74.85º 0.85% 0.47% -
HSV(B) 74.85º 0.92% 0.86% -
XYZ 42.28 59.78 9.88 -
YUV 182.02 35.44 119.43 -
System Red Green Blue C M Y K H S L
Decimal 170 220 18 0.23 0 0.92 0.14 74.85 0.85 0.47
Hex AA DC 12 17 0 5C E 4B 55 2F
Octal 252 334 22 27 0 134 16 113 125 57
Binary 10101010 11011100 10010 10111 0 1011100 1110 1001011 1010101 101111

Color Harmonies of #AADC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC12

Black with #AADC12

Text Example


Text Example

White with #AADC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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