Html Css Color HEX #AAD600 Inch Worm

📋 copy color: '#AAD600'

red 170 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #AAD600

Tints of Inch Worm #AAD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.73%

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

R = 44.27%
G = 55.73%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#AAD600 (or 0xAAD600) is known color: Inch Worm. HEX triplet: AA, D6 and 00. RGB value is (170,214,0). Sum of RGB (Red+Green+Blue) = 170+214+0=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD600 is #5529FF. Grayscale: #B1B1B1. Windows color (decimal): -5581312 or 54954. OLE color: 54954.

HSL color Cylindrical-coordinate representation of color #AAD600: hue angle of 72.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAD600 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 0 -
CMYK 0.21 0 1 0.16
HSL 72.34º 1% 0.42% -
HSV(B) 72.34º 1% 0.84% -
XYZ 40.62 56.64 8.79 -
YUV 176.45 28.42 123.4 -
System Red Green Blue C M Y K H S L
Decimal 170 214 0 0.21 0 1 0.16 72.34 1 0.42
Hex AA D6 0 15 0 64 10 48 64 2A
Octal 252 326 0 25 0 144 20 110 144 52
Binary 10101010 11010110 0 10101 0 1100100 10000 1001000 1100100 101010

Color Harmonies of #AAD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD600

Black with #AAD600

Text Example


Text Example

White with #AAD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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