Html Css Color HEX #AAD206 Inch Worm

📋 copy color: '#AAD206'

red 170 ◦ green 210 ◦ blue 6

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

Shades of Inch Worm #AAD206

Tints of Inch Worm #AAD206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.4%

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

R = 44.04%
G = 54.4%
B = 1.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#AAD206 (or 0xAAD206) is known color: Inch Worm. HEX triplet: AA, D2 and 06. RGB value is (170,210,6). Sum of RGB (Red+Green+Blue) = 170+210+6=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD206 is #552DF9. Grayscale: #AFAFAF. Windows color (decimal): -5582330 or 447146. OLE color: 447146.

HSL color Cylindrical-coordinate representation of color #AAD206: hue angle of 71.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAD206 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 6 -
CMYK 0.19 0 0.97 0.18
HSL 71.76º 0.94% 0.42% -
HSV(B) 71.76º 0.97% 0.82% -
XYZ 39.66 54.65 8.63 -
YUV 174.78 32.75 124.59 -
System Red Green Blue C M Y K H S L
Decimal 170 210 6 0.19 0 0.97 0.18 71.76 0.94 0.42
Hex AA D2 6 13 0 61 12 48 5E 2A
Octal 252 322 6 23 0 141 22 110 136 52
Binary 10101010 11010010 110 10011 0 1100001 10010 1001000 1011110 101010

Color Harmonies of #AAD206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD206

Black with #AAD206

Text Example


Text Example

White with #AAD206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD206; }

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

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

background-color css

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

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

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

border-color css

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

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

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