Html Css Color HEX #AED401 Inch Worm

📋 copy color: '#AED401'

red 174 ◦ green 212 ◦ blue 1

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

Shades of Inch Worm #AED401

Tints of Inch Worm #AED401

RGB

 RED value IS 174 (68.36% from 255) = 44.96%

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

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

R = 44.96%
G = 54.78%
B = 0.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#AED401 (or 0xAED401) is known color: Inch Worm. HEX triplet: AE, D4 and 01. RGB value is (174,212,1). Sum of RGB (Red+Green+Blue) = 174+212+1=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #AED401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED401 is #512BFE. Grayscale: #B1B1B1. Windows color (decimal): -5319679 or 119982. OLE color: 119982.

HSL color Cylindrical-coordinate representation of color #AED401: hue angle of 70.81º 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 #AED401 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 1 -
CMYK 0.18 0 1.00 0.17
HSL 70.81º 0.99% 0.42% -
HSV(B) 70.81º 1% 0.83% -
XYZ 41 56.09 8.69 -
YUV 176.58 28.91 126.16 -
System Red Green Blue C M Y K H S L
Decimal 174 212 1 0.18 0 1.00 0.17 70.81 0.99 0.42
Hex AE D4 1 12 0 64 11 47 63 2A
Octal 256 324 1 22 0 144 21 107 143 52
Binary 10101110 11010100 1 10010 0 1100100 10001 1000111 1100011 101010

Color Harmonies of #AED401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED401

Black with #AED401

Text Example


Text Example

White with #AED401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED401; }

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

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

background-color css

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

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

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

border-color css

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

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

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