Html Css Color HEX #AAD919 Inch Worm

📋 copy color: '#AAD919'

red 170 ◦ green 217 ◦ blue 25

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

Shades of Inch Worm #AAD919

Tints of Inch Worm #AAD919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 41.26%
G = 52.67%
B = 6.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#AAD919 (or 0xAAD919) is known color: Inch Worm. HEX triplet: AA, D9 and 19. RGB value is (170,217,25). Sum of RGB (Red+Green+Blue) = 170+217+25=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD919 is #5526E6. Grayscale: #B5B5B5. Windows color (decimal): -5580519 or 1694122. OLE color: 1694122.

HSL color Cylindrical-coordinate representation of color #AAD919: hue angle of 74.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAD919 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 25 -
CMYK 0.22 0 0.88 0.15
HSL 74.69º 0.79% 0.47% -
HSV(B) 74.69º 0.88% 0.85% -
XYZ 41.57 58.24 9.97 -
YUV 181.06 39.93 120.11 -
System Red Green Blue C M Y K H S L
Decimal 170 217 25 0.22 0 0.88 0.15 74.69 0.79 0.47
Hex AA D9 19 16 0 58 F 4B 4F 2F
Octal 252 331 31 26 0 130 17 113 117 57
Binary 10101010 11011001 11001 10110 0 1011000 1111 1001011 1001111 101111

Color Harmonies of #AAD919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD919

Black with #AAD919

Text Example


Text Example

White with #AAD919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD919; }

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

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

background-color css

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

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

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

border-color css

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

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

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