Html Css Color HEX #AAD511 Inch Worm

📋 copy color: '#AAD511'

red 170 ◦ green 213 ◦ blue 17

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

Shades of Inch Worm #AAD511

Tints of Inch Worm #AAD511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.25%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 42.5%
G = 53.25%
B = 4.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#AAD511 (or 0xAAD511) is known color: Inch Worm. HEX triplet: AA, D5 and 11. RGB value is (170,213,17). Sum of RGB (Red+Green+Blue) = 170+213+17=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD511 is #552AEE. Grayscale: #B2B2B2. Windows color (decimal): -5581551 or 1168810. OLE color: 1168810.

HSL color Cylindrical-coordinate representation of color #AAD511: hue angle of 73.16º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD511 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 17 -
CMYK 0.20 0 0.92 0.16
HSL 73.16º 0.85% 0.45% -
HSV(B) 73.16º 0.92% 0.84% -
XYZ 40.47 56.18 9.24 -
YUV 177.8 37.25 122.44 -
System Red Green Blue C M Y K H S L
Decimal 170 213 17 0.20 0 0.92 0.16 73.16 0.85 0.45
Hex AA D5 11 14 0 5C 10 49 55 2D
Octal 252 325 21 24 0 134 20 111 125 55
Binary 10101010 11010101 10001 10100 0 1011100 10000 1001001 1010101 101101

Color Harmonies of #AAD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD511

Black with #AAD511

Text Example


Text Example

White with #AAD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD511; }

 p { color: rgb(170,213,17); }

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

background-color css

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

 a { background-color: rgb(170,213,17); }

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

border-color css

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

 span { border-color: rgb(170,213,17); }

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