Html Css Color HEX #AAD711 Inch Worm

📋 copy color: '#AAD711'

red 170 ◦ green 215 ◦ blue 17

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

Shades of Inch Worm #AAD711

Tints of Inch Worm #AAD711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.48%

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

R = 42.29%
G = 53.48%
B = 4.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#AAD711 (or 0xAAD711) is known color: Inch Worm. HEX triplet: AA, D7 and 11. RGB value is (170,215,17). Sum of RGB (Red+Green+Blue) = 170+215+17=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD711 is #5528EE. Grayscale: #B3B3B3. Windows color (decimal): -5581039 or 1169322. OLE color: 1169322.

HSL color Cylindrical-coordinate representation of color #AAD711: hue angle of 73.64º 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 #AAD711 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 17 -
CMYK 0.21 0 0.92 0.16
HSL 73.64º 0.85% 0.45% -
HSV(B) 73.64º 0.92% 0.84% -
XYZ 40.98 57.19 9.41 -
YUV 178.97 36.59 121.6 -
System Red Green Blue C M Y K H S L
Decimal 170 215 17 0.21 0 0.92 0.16 73.64 0.85 0.45
Hex AA D7 11 15 0 5C 10 4A 55 2D
Octal 252 327 21 25 0 134 20 112 125 55
Binary 10101010 11010111 10001 10101 0 1011100 10000 1001010 1010101 101101

Color Harmonies of #AAD711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD711

Black with #AAD711

Text Example


Text Example

White with #AAD711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD711; }

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

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

background-color css

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

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

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

border-color css

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

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

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