Html Css Color HEX #AAD215 Inch Worm

📋 copy color: '#AAD215'

red 170 ◦ green 210 ◦ blue 21

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

Shades of Inch Worm #AAD215

Tints of Inch Worm #AAD215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.37%

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 42.39%
G = 52.37%
B = 5.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#AAD215 (or 0xAAD215) is known color: Inch Worm. HEX triplet: AA, D2 and 15. RGB value is (170,210,21). Sum of RGB (Red+Green+Blue) = 170+210+21=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD215 is #552DEA. Grayscale: #B1B1B1. Windows color (decimal): -5582315 or 1430186. OLE color: 1430186.

HSL color Cylindrical-coordinate representation of color #AAD215: hue angle of 72.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD215 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 21 -
CMYK 0.19 0 0.90 0.18
HSL 72.7º 0.82% 0.45% -
HSV(B) 72.7º 0.9% 0.82% -
XYZ 39.76 54.69 9.17 -
YUV 176.49 40.25 123.37 -
System Red Green Blue C M Y K H S L
Decimal 170 210 21 0.19 0 0.90 0.18 72.7 0.82 0.45
Hex AA D2 15 13 0 5A 12 49 52 2D
Octal 252 322 25 23 0 132 22 111 122 55
Binary 10101010 11010010 10101 10011 0 1011010 10010 1001001 1010010 101101

Color Harmonies of #AAD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD215

Black with #AAD215

Text Example


Text Example

White with #AAD215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD215; }

 p { color: rgb(170,210,21); }

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

background-color css

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

 a { background-color: rgb(170,210,21); }

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

border-color css

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

 span { border-color: rgb(170,210,21); }

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