Html Css Color HEX #AADC06 Inch Worm

📋 copy color: '#AADC06'

red 170 ◦ green 220 ◦ blue 6

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

Shades of Inch Worm #AADC06

Tints of Inch Worm #AADC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 42.93%
G = 55.56%
B = 1.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#AADC06 (or 0xAADC06) is known color: Inch Worm. HEX triplet: AA, DC and 06. RGB value is (170,220,6). Sum of RGB (Red+Green+Blue) = 170+220+6=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC06 is #5523F9. Grayscale: #B5B5B5. Windows color (decimal): -5579770 or 449706. OLE color: 449706.

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

Color convert

RGB 170 220 6 -
CMYK 0.23 0 0.97 0.14
HSL 74.02º 0.95% 0.44% -
HSV(B) 74.02º 0.97% 0.86% -
XYZ 42.2 59.75 9.48 -
YUV 180.65 29.44 120.4 -
System Red Green Blue C M Y K H S L
Decimal 170 220 6 0.23 0 0.97 0.14 74.02 0.95 0.44
Hex AA DC 6 17 0 61 E 4A 5F 2C
Octal 252 334 6 27 0 141 16 112 137 54
Binary 10101010 11011100 110 10111 0 1100001 1110 1001010 1011111 101100

Color Harmonies of #AADC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC06

Black with #AADC06

Text Example


Text Example

White with #AADC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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