Html Css Color HEX #AAD915 Inch Worm

📋 copy color: '#AAD915'

red 170 ◦ green 217 ◦ blue 21

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

Shades of Inch Worm #AAD915

Tints of Inch Worm #AAD915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.19%

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

R = 41.67%
G = 53.19%
B = 5.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#AAD915 (or 0xAAD915) is known color: Inch Worm. HEX triplet: AA, D9 and 15. RGB value is (170,217,21). Sum of RGB (Red+Green+Blue) = 170+217+21=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD915 is #5526EA. Grayscale: #B5B5B5. Windows color (decimal): -5580523 or 1431978. OLE color: 1431978.

HSL color Cylindrical-coordinate representation of color #AAD915: hue angle of 74.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD915 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 21 -
CMYK 0.22 0 0.90 0.15
HSL 74.39º 0.82% 0.47% -
HSV(B) 74.39º 0.9% 0.85% -
XYZ 41.53 58.23 9.76 -
YUV 180.6 37.93 120.44 -
System Red Green Blue C M Y K H S L
Decimal 170 217 21 0.22 0 0.90 0.15 74.39 0.82 0.47
Hex AA D9 15 16 0 5A F 4A 52 2F
Octal 252 331 25 26 0 132 17 112 122 57
Binary 10101010 11011001 10101 10110 0 1011010 1111 1001010 1010010 101111

Color Harmonies of #AAD915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD915

Black with #AAD915

Text Example


Text Example

White with #AAD915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD915; }

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

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

background-color css

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

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

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

border-color css

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

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

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