Html Css Color HEX #AAD615 Inch Worm

📋 copy color: '#AAD615'

red 170 ◦ green 214 ◦ blue 21

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

Shades of Inch Worm #AAD615

Tints of Inch Worm #AAD615

RGB

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

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

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

R = 41.98%
G = 52.84%
B = 5.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#AAD615 (or 0xAAD615) is known color: Inch Worm. HEX triplet: AA, D6 and 15. RGB value is (170,214,21). Sum of RGB (Red+Green+Blue) = 170+214+21=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD615 is #5529EA. Grayscale: #B3B3B3. Windows color (decimal): -5581291 or 1431210. OLE color: 1431210.

HSL color Cylindrical-coordinate representation of color #AAD615: hue angle of 73.68º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD615 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 21 -
CMYK 0.21 0 0.90 0.16
HSL 73.68º 0.82% 0.46% -
HSV(B) 73.68º 0.9% 0.84% -
XYZ 40.76 56.69 9.5 -
YUV 178.84 38.92 121.69 -
System Red Green Blue C M Y K H S L
Decimal 170 214 21 0.21 0 0.90 0.16 73.68 0.82 0.46
Hex AA D6 15 15 0 5A 10 4A 52 2E
Octal 252 326 25 25 0 132 20 112 122 56
Binary 10101010 11010110 10101 10101 0 1011010 10000 1001010 1010010 101110

Color Harmonies of #AAD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD615

Black with #AAD615

Text Example


Text Example

White with #AAD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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