Html Css Color HEX #AAD901 Inch Worm

📋 copy color: '#AAD901'

red 170 ◦ green 217 ◦ blue 1

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

Shades of Inch Worm #AAD901

Tints of Inch Worm #AAD901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 43.81%
G = 55.93%
B = 0.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#AAD901 (or 0xAAD901) is known color: Inch Worm. HEX triplet: AA, D9 and 01. RGB value is (170,217,1). Sum of RGB (Red+Green+Blue) = 170+217+1=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD901 is #5526FE. Grayscale: #B3B3B3. Windows color (decimal): -5580543 or 121258. OLE color: 121258.

HSL color Cylindrical-coordinate representation of color #AAD901: hue angle of 73.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAD901 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 1 -
CMYK 0.22 0 1.00 0.15
HSL 73.06º 0.99% 0.43% -
HSV(B) 73.06º 1% 0.85% -
XYZ 41.4 58.17 9.08 -
YUV 178.32 27.93 122.06 -
System Red Green Blue C M Y K H S L
Decimal 170 217 1 0.22 0 1.00 0.15 73.06 0.99 0.43
Hex AA D9 1 16 0 64 F 49 63 2B
Octal 252 331 1 26 0 144 17 111 143 53
Binary 10101010 11011001 1 10110 0 1100100 1111 1001001 1100011 101011

Color Harmonies of #AAD901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD901

Black with #AAD901

Text Example


Text Example

White with #AAD901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD901; }

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

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

background-color css

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

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

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

border-color css

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

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

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