Html Css Color HEX #AAD601 Inch Worm

📋 copy color: '#AAD601'

red 170 ◦ green 214 ◦ blue 1

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

Shades of Inch Worm #AAD601

Tints of Inch Worm #AAD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.58%

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

R = 44.16%
G = 55.58%
B = 0.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#AAD601 (or 0xAAD601) is known color: Inch Worm. HEX triplet: AA, D6 and 01. RGB value is (170,214,1). Sum of RGB (Red+Green+Blue) = 170+214+1=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD601 is #5529FE. Grayscale: #B1B1B1. Windows color (decimal): -5581311 or 120490. OLE color: 120490.

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

Color convert

RGB 170 214 1 -
CMYK 0.21 0 1.00 0.16
HSL 72.39º 0.99% 0.42% -
HSV(B) 72.39º 1% 0.84% -
XYZ 40.63 56.64 8.82 -
YUV 176.56 28.92 123.32 -
System Red Green Blue C M Y K H S L
Decimal 170 214 1 0.21 0 1.00 0.16 72.39 0.99 0.42
Hex AA D6 1 15 0 64 10 48 63 2A
Octal 252 326 1 25 0 144 20 110 143 52
Binary 10101010 11010110 1 10101 0 1100100 10000 1001000 1100011 101010

Color Harmonies of #AAD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD601

Black with #AAD601

Text Example


Text Example

White with #AAD601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD601; }

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

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

background-color css

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

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

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

border-color css

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

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

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