Html Css Color HEX #AED301 Inch Worm

📋 copy color: '#AED301'

red 174 ◦ green 211 ◦ blue 1

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

Shades of Inch Worm #AED301

Tints of Inch Worm #AED301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.66%

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

R = 45.08%
G = 54.66%
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

#AED301 (or 0xAED301) is known color: Inch Worm. HEX triplet: AE, D3 and 01. RGB value is (174,211,1). Sum of RGB (Red+Green+Blue) = 174+211+1=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #AED301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED301 is #512CFE. Grayscale: #B0B0B0. Windows color (decimal): -5319935 or 119726. OLE color: 119726.

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

Color convert

RGB 174 211 1 -
CMYK 0.18 0 1.00 0.17
HSL 70.57º 0.99% 0.42% -
HSV(B) 70.57º 1% 0.83% -
XYZ 40.76 55.59 8.61 -
YUV 176 29.24 126.58 -
System Red Green Blue C M Y K H S L
Decimal 174 211 1 0.18 0 1.00 0.17 70.57 0.99 0.42
Hex AE D3 1 12 0 64 11 47 63 2A
Octal 256 323 1 22 0 144 21 107 143 52
Binary 10101110 11010011 1 10010 0 1100100 10001 1000111 1100011 101010

Color Harmonies of #AED301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED301

Black with #AED301

Text Example


Text Example

White with #AED301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED301; }

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

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

background-color css

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

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

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

border-color css

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

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

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