Html Css Color HEX #AAD71C Inch Worm

📋 copy color: '#AAD71C'

red 170 ◦ green 215 ◦ blue 28

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

Shades of Inch Worm #AAD71C

Tints of Inch Worm #AAD71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 41.16%
G = 52.06%
B = 6.78%

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

#AAD71C (or 0xAAD71C) is known color: Inch Worm. HEX triplet: AA, D7 and 1C. RGB value is (170,215,28). Sum of RGB (Red+Green+Blue) = 170+215+28=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD71C is #5528E3. Grayscale: #B4B4B4. Windows color (decimal): -5581028 or 1890218. OLE color: 1890218.

HSL color Cylindrical-coordinate representation of color #AAD71C: hue angle of 74.44º degrees, saturation: 0.77, 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 #AAD71C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 28 -
CMYK 0.21 0 0.87 0.16
HSL 74.44º 0.77% 0.48% -
HSV(B) 74.44º 0.87% 0.84% -
XYZ 41.09 57.23 9.98 -
YUV 180.23 42.09 120.71 -
System Red Green Blue C M Y K H S L
Decimal 170 215 28 0.21 0 0.87 0.16 74.44 0.77 0.48
Hex AA D7 1C 15 0 57 10 4A 4D 30
Octal 252 327 34 25 0 127 20 112 115 60
Binary 10101010 11010111 11100 10101 0 1010111 10000 1001010 1001101 110000

Color Harmonies of #AAD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD71C

Black with #AAD71C

Text Example


Text Example

White with #AAD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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