Html Css Color HEX #AAD80D Inch Worm

📋 copy color: '#AAD80D'

red 170 ◦ green 216 ◦ blue 13

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

Shades of Inch Worm #AAD80D

Tints of Inch Worm #AAD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.14%

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 42.61%
G = 54.14%
B = 3.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AAD80D (or 0xAAD80D) is known color: Inch Worm. HEX triplet: AA, D8 and 0D. RGB value is (170,216,13). Sum of RGB (Red+Green+Blue) = 170+216+13=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD80D is #5527F2. Grayscale: #B3B3B3. Windows color (decimal): -5580787 or 907434. OLE color: 907434.

HSL color Cylindrical-coordinate representation of color #AAD80D: hue angle of 73.6º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD80D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 13 -
CMYK 0.21 0 0.94 0.15
HSL 73.6º 0.89% 0.45% -
HSV(B) 73.6º 0.94% 0.85% -
XYZ 41.21 57.69 9.34 -
YUV 179.1 34.26 121.51 -
System Red Green Blue C M Y K H S L
Decimal 170 216 13 0.21 0 0.94 0.15 73.6 0.89 0.45
Hex AA D8 D 15 0 5E F 4A 59 2D
Octal 252 330 15 25 0 136 17 112 131 55
Binary 10101010 11011000 1101 10101 0 1011110 1111 1001010 1011001 101101

Color Harmonies of #AAD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD80D

Black with #AAD80D

Text Example


Text Example

White with #AAD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD80D; }

 p { color: rgb(170,216,13); }

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

background-color css

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

 a { background-color: rgb(170,216,13); }

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

border-color css

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

 span { border-color: rgb(170,216,13); }

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