Html Css Color HEX #AAD505 Inch Worm

📋 copy color: '#AAD505'

red 170 ◦ green 213 ◦ blue 5

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

Shades of Inch Worm #AAD505

Tints of Inch Worm #AAD505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 43.81%
G = 54.9%
B = 1.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#AAD505 (or 0xAAD505) is known color: Inch Worm. HEX triplet: AA, D5 and 05. RGB value is (170,213,5). Sum of RGB (Red+Green+Blue) = 170+213+5=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD505 is #552AFA. Grayscale: #B1B1B1. Windows color (decimal): -5581563 or 382378. OLE color: 382378.

HSL color Cylindrical-coordinate representation of color #AAD505: hue angle of 72.4º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAD505 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 5 -
CMYK 0.20 0 0.98 0.16
HSL 72.4º 0.95% 0.43% -
HSV(B) 72.4º 0.98% 0.84% -
XYZ 40.4 56.15 8.85 -
YUV 176.43 31.25 123.41 -
System Red Green Blue C M Y K H S L
Decimal 170 213 5 0.20 0 0.98 0.16 72.4 0.95 0.43
Hex AA D5 5 14 0 62 10 48 5F 2B
Octal 252 325 5 24 0 142 20 110 137 53
Binary 10101010 11010101 101 10100 0 1100010 10000 1001000 1011111 101011

Color Harmonies of #AAD505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD505

Black with #AAD505

Text Example


Text Example

White with #AAD505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD505; }

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

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

background-color css

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

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

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

border-color css

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

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

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