Html Css Color HEX #AADE01 Inch Worm

📋 copy color: '#AADE01'

red 170 ◦ green 222 ◦ blue 1

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

Shades of Inch Worm #AADE01

Tints of Inch Worm #AADE01

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.49%

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

R = 43.26%
G = 56.49%
B = 0.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#AADE01 (or 0xAADE01) is known color: Inch Worm. HEX triplet: AA, DE and 01. RGB value is (170,222,1). Sum of RGB (Red+Green+Blue) = 170+222+1=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE01 is #5521FE. Grayscale: #B6B6B6. Windows color (decimal): -5579263 or 122538. OLE color: 122538.

HSL color Cylindrical-coordinate representation of color #AADE01: hue angle of 74.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AADE01 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 1 -
CMYK 0.23 0 1.00 0.13
HSL 74.12º 0.99% 0.44% -
HSV(B) 74.12º 1% 0.87% -
XYZ 42.7 60.79 9.51 -
YUV 181.26 26.27 119.97 -
System Red Green Blue C M Y K H S L
Decimal 170 222 1 0.23 0 1.00 0.13 74.12 0.99 0.44
Hex AA DE 1 17 0 64 D 4A 63 2C
Octal 252 336 1 27 0 144 15 112 143 54
Binary 10101010 11011110 1 10111 0 1100100 1101 1001010 1100011 101100

Color Harmonies of #AADE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE01

Black with #AADE01

Text Example


Text Example

White with #AADE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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