Html Css Color HEX #AAD71D Inch Worm

📋 copy color: '#AAD71D'

red 170 ◦ green 215 ◦ blue 29

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

Shades of Inch Worm #AAD71D

Tints of Inch Worm #AAD71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

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

R = 41.06%
G = 51.93%
B = 7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#AAD71D (or 0xAAD71D) is known color: Inch Worm. HEX triplet: AA, D7 and 1D. RGB value is (170,215,29). Sum of RGB (Red+Green+Blue) = 170+215+29=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD71D is #5528E2. Grayscale: #B5B5B5. Windows color (decimal): -5581027 or 1955754. OLE color: 1955754.

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

Color convert

RGB 170 215 29 -
CMYK 0.21 0 0.87 0.16
HSL 74.52º 0.76% 0.48% -
HSV(B) 74.52º 0.87% 0.84% -
XYZ 41.1 57.24 10.04 -
YUV 180.34 42.59 120.62 -
System Red Green Blue C M Y K H S L
Decimal 170 215 29 0.21 0 0.87 0.16 74.52 0.76 0.48
Hex AA D7 1D 15 0 57 10 4B 4C 30
Octal 252 327 35 25 0 127 20 113 114 60
Binary 10101010 11010111 11101 10101 0 1010111 10000 1001011 1001100 110000

Color Harmonies of #AAD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD71D

Black with #AAD71D

Text Example


Text Example

White with #AAD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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