Html Css Color HEX #AAD10D Inch Worm

📋 copy color: '#AAD10D'

red 170 ◦ green 209 ◦ blue 13

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

Shades of Inch Worm #AAD10D

Tints of Inch Worm #AAD10D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.32%

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

R = 43.37%
G = 53.32%
B = 3.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AAD10D (or 0xAAD10D) is known color: Inch Worm. HEX triplet: AA, D1 and 0D. RGB value is (170,209,13). Sum of RGB (Red+Green+Blue) = 170+209+13=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD10D is #552EF2. Grayscale: #AFAFAF. Windows color (decimal): -5582579 or 905642. OLE color: 905642.

HSL color Cylindrical-coordinate representation of color #AAD10D: hue angle of 71.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD10D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 13 -
CMYK 0.19 0 0.94 0.18
HSL 71.94º 0.88% 0.44% -
HSV(B) 71.94º 0.94% 0.82% -
XYZ 39.45 54.18 8.76 -
YUV 175 36.58 124.44 -
System Red Green Blue C M Y K H S L
Decimal 170 209 13 0.19 0 0.94 0.18 71.94 0.88 0.44
Hex AA D1 D 13 0 5E 12 48 58 2C
Octal 252 321 15 23 0 136 22 110 130 54
Binary 10101010 11010001 1101 10011 0 1011110 10010 1001000 1011000 101100

Color Harmonies of #AAD10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD10D

Black with #AAD10D

Text Example


Text Example

White with #AAD10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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