Html Css Color HEX #AAD310 Inch Worm

📋 copy color: '#AAD310'

red 170 ◦ green 211 ◦ blue 16

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

Shades of Inch Worm #AAD310

Tints of Inch Worm #AAD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.15%

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 42.82%
G = 53.15%
B = 4.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#AAD310 (or 0xAAD310) is known color: Inch Worm. HEX triplet: AA, D3 and 10. RGB value is (170,211,16). Sum of RGB (Red+Green+Blue) = 170+211+16=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD310 is #552CEF. Grayscale: #B1B1B1. Windows color (decimal): -5582064 or 1102762. OLE color: 1102762.

HSL color Cylindrical-coordinate representation of color #AAD310: hue angle of 72.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD310 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 16 -
CMYK 0.19 0 0.92 0.17
HSL 72.62º 0.86% 0.45% -
HSV(B) 72.62º 0.92% 0.83% -
XYZ 39.97 55.17 9.03 -
YUV 176.51 37.42 123.36 -
System Red Green Blue C M Y K H S L
Decimal 170 211 16 0.19 0 0.92 0.17 72.62 0.86 0.45
Hex AA D3 10 13 0 5C 11 49 56 2D
Octal 252 323 20 23 0 134 21 111 126 55
Binary 10101010 11010011 10000 10011 0 1011100 10001 1001001 1010110 101101

Color Harmonies of #AAD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD310

Black with #AAD310

Text Example


Text Example

White with #AAD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD310; }

 p { color: rgb(170,211,16); }

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

background-color css

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

 a { background-color: rgb(170,211,16); }

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

border-color css

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

 span { border-color: rgb(170,211,16); }

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