Html Css Color HEX #AAD90D Inch Worm

📋 copy color: '#AAD90D'

red 170 ◦ green 217 ◦ blue 13

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

Shades of Inch Worm #AAD90D

Tints of Inch Worm #AAD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.25%

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

R = 42.5%
G = 54.25%
B = 3.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AAD90D (or 0xAAD90D) is known color: Inch Worm. HEX triplet: AA, D9 and 0D. RGB value is (170,217,13). Sum of RGB (Red+Green+Blue) = 170+217+13=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD90D is #5526F2. Grayscale: #B4B4B4. Windows color (decimal): -5580531 or 907690. OLE color: 907690.

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

Color convert

RGB 170 217 13 -
CMYK 0.22 0 0.94 0.15
HSL 73.82º 0.89% 0.45% -
HSV(B) 73.82º 0.94% 0.85% -
XYZ 41.46 58.2 9.43 -
YUV 179.69 33.93 121.09 -
System Red Green Blue C M Y K H S L
Decimal 170 217 13 0.22 0 0.94 0.15 73.82 0.89 0.45
Hex AA D9 D 16 0 5E F 4A 59 2D
Octal 252 331 15 26 0 136 17 112 131 55
Binary 10101010 11011001 1101 10110 0 1011110 1111 1001010 1011001 101101

Color Harmonies of #AAD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD90D

Black with #AAD90D

Text Example


Text Example

White with #AAD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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