Html Css Color HEX #AADC08 Inch Worm

📋 copy color: '#AADC08'

red 170 ◦ green 220 ◦ blue 8

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

Shades of Inch Worm #AADC08

Tints of Inch Worm #AADC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 42.71%
G = 55.28%
B = 2.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#AADC08 (or 0xAADC08) is known color: Inch Worm. HEX triplet: AA, DC and 08. RGB value is (170,220,8). Sum of RGB (Red+Green+Blue) = 170+220+8=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC08 is #5523F7. Grayscale: #B5B5B5. Windows color (decimal): -5579768 or 580778. OLE color: 580778.

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

Color convert

RGB 170 220 8 -
CMYK 0.23 0 0.96 0.14
HSL 74.15º 0.93% 0.45% -
HSV(B) 74.15º 0.96% 0.86% -
XYZ 42.21 59.75 9.54 -
YUV 180.88 30.44 120.24 -
System Red Green Blue C M Y K H S L
Decimal 170 220 8 0.23 0 0.96 0.14 74.15 0.93 0.45
Hex AA DC 8 17 0 60 E 4A 5D 2D
Octal 252 334 10 27 0 140 16 112 135 55
Binary 10101010 11011100 1000 10111 0 1100000 1110 1001010 1011101 101101

Color Harmonies of #AADC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC08

Black with #AADC08

Text Example


Text Example

White with #AADC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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