Html Css Color HEX #AADC03 Inch Worm

📋 copy color: '#AADC03'

red 170 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #AADC03

Tints of Inch Worm #AADC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 43.26%
G = 55.98%
B = 0.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#AADC03 (or 0xAADC03) is known color: Inch Worm. HEX triplet: AA, DC and 03. RGB value is (170,220,3). Sum of RGB (Red+Green+Blue) = 170+220+3=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC03 is #5523FC. Grayscale: #B5B5B5. Windows color (decimal): -5579773 or 253098. OLE color: 253098.

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

Color convert

RGB 170 220 3 -
CMYK 0.23 0 0.99 0.14
HSL 73.82º 0.97% 0.44% -
HSV(B) 73.82º 0.99% 0.86% -
XYZ 42.19 59.74 9.39 -
YUV 180.31 27.94 120.64 -
System Red Green Blue C M Y K H S L
Decimal 170 220 3 0.23 0 0.99 0.14 73.82 0.97 0.44
Hex AA DC 3 17 0 63 E 4A 61 2C
Octal 252 334 3 27 0 143 16 112 141 54
Binary 10101010 11011100 11 10111 0 1100011 1110 1001010 1100001 101100

Color Harmonies of #AADC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC03

Black with #AADC03

Text Example


Text Example

White with #AADC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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