Html Css Color HEX #AADC05 Inch Worm

📋 copy color: '#AADC05'

red 170 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #AADC05

Tints of Inch Worm #AADC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 43.04%
G = 55.7%
B = 1.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#AADC05 (or 0xAADC05) is known color: Inch Worm. HEX triplet: AA, DC and 05. RGB value is (170,220,5). Sum of RGB (Red+Green+Blue) = 170+220+5=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC05 is #5523FA. Grayscale: #B5B5B5. Windows color (decimal): -5579771 or 384170. OLE color: 384170.

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

Color convert

RGB 170 220 5 -
CMYK 0.23 0 0.98 0.14
HSL 73.95º 0.96% 0.44% -
HSV(B) 73.95º 0.98% 0.86% -
XYZ 42.2 59.74 9.45 -
YUV 180.54 28.94 120.48 -
System Red Green Blue C M Y K H S L
Decimal 170 220 5 0.23 0 0.98 0.14 73.95 0.96 0.44
Hex AA DC 5 17 0 62 E 4A 60 2C
Octal 252 334 5 27 0 142 16 112 140 54
Binary 10101010 11011100 101 10111 0 1100010 1110 1001010 1100000 101100

Color Harmonies of #AADC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC05

Black with #AADC05

Text Example


Text Example

White with #AADC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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