Html Css Color HEX #AAD41D Inch Worm

📋 copy color: '#AAD41D'

red 170 ◦ green 212 ◦ blue 29

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

Shades of Inch Worm #AAD41D

Tints of Inch Worm #AAD41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.58%

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 41.36%
G = 51.58%
B = 7.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#AAD41D (or 0xAAD41D) is known color: Inch Worm. HEX triplet: AA, D4 and 1D. RGB value is (170,212,29). Sum of RGB (Red+Green+Blue) = 170+212+29=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD41D is #552BE2. Grayscale: #B3B3B3. Windows color (decimal): -5581795 or 1954986. OLE color: 1954986.

HSL color Cylindrical-coordinate representation of color #AAD41D: hue angle of 73.77º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAD41D is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 29 -
CMYK 0.20 0 0.86 0.17
HSL 73.77º 0.76% 0.47% -
HSV(B) 73.77º 0.86% 0.83% -
XYZ 40.34 55.72 9.79 -
YUV 178.58 43.59 121.88 -
System Red Green Blue C M Y K H S L
Decimal 170 212 29 0.20 0 0.86 0.17 73.77 0.76 0.47
Hex AA D4 1D 14 0 56 11 4A 4C 2F
Octal 252 324 35 24 0 126 21 112 114 57
Binary 10101010 11010100 11101 10100 0 1010110 10001 1001010 1001100 101111

Color Harmonies of #AAD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD41D

Black with #AAD41D

Text Example


Text Example

White with #AAD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD41D; }

 p { color: rgb(170,212,29); }

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

background-color css

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

 a { background-color: rgb(170,212,29); }

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

border-color css

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

 span { border-color: rgb(170,212,29); }

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