Html Css Color HEX #AAD515 Inch Worm

📋 copy color: '#AAD515'

red 170 ◦ green 213 ◦ blue 21

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

Shades of Inch Worm #AAD515

Tints of Inch Worm #AAD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.72%

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

R = 42.08%
G = 52.72%
B = 5.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#AAD515 (or 0xAAD515) is known color: Inch Worm. HEX triplet: AA, D5 and 15. RGB value is (170,213,21). Sum of RGB (Red+Green+Blue) = 170+213+21=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD515 is #552AEA. Grayscale: #B2B2B2. Windows color (decimal): -5581547 or 1430954. OLE color: 1430954.

HSL color Cylindrical-coordinate representation of color #AAD515: hue angle of 73.44º 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 #AAD515 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 21 -
CMYK 0.20 0 0.90 0.16
HSL 73.44º 0.82% 0.46% -
HSV(B) 73.44º 0.9% 0.84% -
XYZ 40.51 56.19 9.42 -
YUV 178.26 39.25 122.11 -
System Red Green Blue C M Y K H S L
Decimal 170 213 21 0.20 0 0.90 0.16 73.44 0.82 0.46
Hex AA D5 15 14 0 5A 10 49 52 2E
Octal 252 325 25 24 0 132 20 111 122 56
Binary 10101010 11010101 10101 10100 0 1011010 10000 1001001 1010010 101110

Color Harmonies of #AAD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD515

Black with #AAD515

Text Example


Text Example

White with #AAD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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