Html Css Color HEX #AAD619 Inch Worm

📋 copy color: '#AAD619'

red 170 ◦ green 214 ◦ blue 25

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

Shades of Inch Worm #AAD619

Tints of Inch Worm #AAD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.32%

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

R = 41.56%
G = 52.32%
B = 6.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#AAD619 (or 0xAAD619) is known color: Inch Worm. HEX triplet: AA, D6 and 19. RGB value is (170,214,25). Sum of RGB (Red+Green+Blue) = 170+214+25=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD619 is #5529E6. Grayscale: #B4B4B4. Windows color (decimal): -5581287 or 1693354. OLE color: 1693354.

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

Color convert

RGB 170 214 25 -
CMYK 0.21 0 0.88 0.16
HSL 73.97º 0.79% 0.47% -
HSV(B) 73.97º 0.88% 0.84% -
XYZ 40.8 56.71 9.72 -
YUV 179.3 40.92 121.37 -
System Red Green Blue C M Y K H S L
Decimal 170 214 25 0.21 0 0.88 0.16 73.97 0.79 0.47
Hex AA D6 19 15 0 58 10 4A 4F 2F
Octal 252 326 31 25 0 130 20 112 117 57
Binary 10101010 11010110 11001 10101 0 1011000 10000 1001010 1001111 101111

Color Harmonies of #AAD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD619

Black with #AAD619

Text Example


Text Example

White with #AAD619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD619; }

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

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

background-color css

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

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

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

border-color css

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

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

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