Html Css Color HEX #AADC01 Inch Worm

📋 copy color: '#AADC01'

red 170 ◦ green 220 ◦ blue 1

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

Shades of Inch Worm #AADC01

Tints of Inch Worm #AADC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 43.48%
G = 56.27%
B = 0.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#AADC01 (or 0xAADC01) is known color: Inch Worm. HEX triplet: AA, DC and 01. RGB value is (170,220,1). Sum of RGB (Red+Green+Blue) = 170+220+1=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC01 is #5523FE. Grayscale: #B4B4B4. Windows color (decimal): -5579775 or 122026. OLE color: 122026.

HSL color Cylindrical-coordinate representation of color #AADC01: hue angle of 73.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AADC01 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 1 -
CMYK 0.23 0 1.00 0.14
HSL 73.7º 0.99% 0.43% -
HSV(B) 73.7º 1% 0.86% -
XYZ 42.18 59.73 9.34 -
YUV 180.08 26.94 120.81 -
System Red Green Blue C M Y K H S L
Decimal 170 220 1 0.23 0 1.00 0.14 73.7 0.99 0.43
Hex AA DC 1 17 0 64 E 4A 63 2B
Octal 252 334 1 27 0 144 16 112 143 53
Binary 10101010 11011100 1 10111 0 1100100 1110 1001010 1100011 101011

Color Harmonies of #AADC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC01

Black with #AADC01

Text Example


Text Example

White with #AADC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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