Html Css Color HEX #AAD20D Inch Worm

📋 copy color: '#AAD20D'

red 170 ◦ green 210 ◦ blue 13

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

Shades of Inch Worm #AAD20D

Tints of Inch Worm #AAD20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.44%

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

R = 43.26%
G = 53.44%
B = 3.31%

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

#AAD20D (or 0xAAD20D) is known color: Inch Worm. HEX triplet: AA, D2 and 0D. RGB value is (170,210,13). Sum of RGB (Red+Green+Blue) = 170+210+13=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD20D is #552DF2. Grayscale: #B0B0B0. Windows color (decimal): -5582323 or 905898. OLE color: 905898.

HSL color Cylindrical-coordinate representation of color #AAD20D: hue angle of 72.18º 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 #AAD20D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 13 -
CMYK 0.19 0 0.94 0.18
HSL 72.18º 0.88% 0.44% -
HSV(B) 72.18º 0.94% 0.82% -
XYZ 39.7 54.67 8.84 -
YUV 175.58 36.25 124.02 -
System Red Green Blue C M Y K H S L
Decimal 170 210 13 0.19 0 0.94 0.18 72.18 0.88 0.44
Hex AA D2 D 13 0 5E 12 48 58 2C
Octal 252 322 15 23 0 136 22 110 130 54
Binary 10101010 11010010 1101 10011 0 1011110 10010 1001000 1011000 101100

Color Harmonies of #AAD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD20D

Black with #AAD20D

Text Example


Text Example

White with #AAD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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