Html Css Color HEX #AAD100 Inch Worm

📋 copy color: '#AAD100'

red 170 ◦ green 209 ◦ blue 0

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

Shades of Inch Worm #AAD100

Tints of Inch Worm #AAD100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.85%
G = 55.15%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#AAD100 (or 0xAAD100) is known color: Inch Worm. HEX triplet: AA, D1 and 00. RGB value is (170,209,0). Sum of RGB (Red+Green+Blue) = 170+209+0=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD100 is #552EFF. Grayscale: #AEAEAE. Windows color (decimal): -5582592 or 53674. OLE color: 53674.

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

Color convert

RGB 170 209 0 -
CMYK 0.19 0 1 0.18
HSL 71.2º 1% 0.41% -
HSV(B) 71.2º 1% 0.82% -
XYZ 39.38 54.15 8.38 -
YUV 173.51 30.08 125.49 -
System Red Green Blue C M Y K H S L
Decimal 170 209 0 0.19 0 1 0.18 71.2 1 0.41
Hex AA D1 0 13 0 64 12 47 64 29
Octal 252 321 0 23 0 144 22 107 144 51
Binary 10101010 11010001 0 10011 0 1100100 10010 1000111 1100100 101001

Color Harmonies of #AAD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD100

Black with #AAD100

Text Example


Text Example

White with #AAD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD100; }

 p { color: rgb(170,209,0); }

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

background-color css

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

 a { background-color: rgb(170,209,0); }

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

border-color css

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

 span { border-color: rgb(170,209,0); }

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