Html Css Color HEX #AAD401 Inch Worm

📋 copy color: '#AAD401'

red 170 ◦ green 212 ◦ blue 1

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

Shades of Inch Worm #AAD401

Tints of Inch Worm #AAD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.35%

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

R = 44.39%
G = 55.35%
B = 0.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#AAD401 (or 0xAAD401) is known color: Inch Worm. HEX triplet: AA, D4 and 01. RGB value is (170,212,1). Sum of RGB (Red+Green+Blue) = 170+212+1=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD401 is #552BFE. Grayscale: #B0B0B0. Windows color (decimal): -5581823 or 119978. OLE color: 119978.

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

Color convert

RGB 170 212 1 -
CMYK 0.20 0 1.00 0.17
HSL 71.94º 0.99% 0.42% -
HSV(B) 71.94º 1% 0.83% -
XYZ 40.13 55.64 8.65 -
YUV 175.39 29.59 124.16 -
System Red Green Blue C M Y K H S L
Decimal 170 212 1 0.20 0 1.00 0.17 71.94 0.99 0.42
Hex AA D4 1 14 0 64 11 48 63 2A
Octal 252 324 1 24 0 144 21 110 143 52
Binary 10101010 11010100 1 10100 0 1100100 10001 1001000 1100011 101010

Color Harmonies of #AAD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD401

Black with #AAD401

Text Example


Text Example

White with #AAD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD401; }

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

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

background-color css

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

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

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

border-color css

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

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

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