Html Css Color HEX #AAD500 Inch Worm

📋 copy color: '#AAD500'

red 170 ◦ green 213 ◦ blue 0

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

Shades of Inch Worm #AAD500

Tints of Inch Worm #AAD500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.39%
G = 55.61%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#AAD500 (or 0xAAD500) is known color: Inch Worm. HEX triplet: AA, D5 and 00. RGB value is (170,213,0). Sum of RGB (Red+Green+Blue) = 170+213+0=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD500 is #552AFF. Grayscale: #B0B0B0. Windows color (decimal): -5581568 or 54698. OLE color: 54698.

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

Color convert

RGB 170 213 0 -
CMYK 0.20 0 1 0.16
HSL 72.11º 1% 0.42% -
HSV(B) 72.11º 1% 0.84% -
XYZ 40.37 56.13 8.71 -
YUV 175.86 28.75 123.82 -
System Red Green Blue C M Y K H S L
Decimal 170 213 0 0.20 0 1 0.16 72.11 1 0.42
Hex AA D5 0 14 0 64 10 48 64 2A
Octal 252 325 0 24 0 144 20 110 144 52
Binary 10101010 11010101 0 10100 0 1100100 10000 1001000 1100100 101010

Color Harmonies of #AAD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD500

Black with #AAD500

Text Example


Text Example

White with #AAD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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