Html Css Color HEX #AADC0C Inch Worm

📋 copy color: '#AADC0C'

red 170 ◦ green 220 ◦ blue 12

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

Shades of Inch Worm #AADC0C

Tints of Inch Worm #AADC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 42.29%
G = 54.73%
B = 2.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#AADC0C (or 0xAADC0C) is known color: Inch Worm. HEX triplet: AA, DC and 0C. RGB value is (170,220,12). Sum of RGB (Red+Green+Blue) = 170+220+12=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0C is #5523F3. Grayscale: #B6B6B6. Windows color (decimal): -5579764 or 842922. OLE color: 842922.

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

Color convert

RGB 170 220 12 -
CMYK 0.23 0 0.95 0.14
HSL 74.42º 0.9% 0.45% -
HSV(B) 74.42º 0.95% 0.86% -
XYZ 42.24 59.76 9.66 -
YUV 181.34 32.44 119.91 -
System Red Green Blue C M Y K H S L
Decimal 170 220 12 0.23 0 0.95 0.14 74.42 0.9 0.45
Hex AA DC C 17 0 5F E 4A 5A 2D
Octal 252 334 14 27 0 137 16 112 132 55
Binary 10101010 11011100 1100 10111 0 1011111 1110 1001010 1011010 101101

Color Harmonies of #AADC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC0C

Black with #AADC0C

Text Example


Text Example

White with #AADC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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