Html Css Color HEX #AED611 Inch Worm

📋 copy color: '#AED611'

red 174 ◦ green 214 ◦ blue 17

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

Shades of Inch Worm #AED611

Tints of Inch Worm #AED611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.2%

R = 42.96%
G = 52.84%
B = 4.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#AED611 (or 0xAED611) is known color: Inch Worm. HEX triplet: AE, D6 and 11. RGB value is (174,214,17). Sum of RGB (Red+Green+Blue) = 174+214+17=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #AED611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED611 is #5129EE. Grayscale: #B4B4B4. Windows color (decimal): -5319151 or 1169070. OLE color: 1169070.

HSL color Cylindrical-coordinate representation of color #AED611: hue angle of 72.18º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AED611 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 17 -
CMYK 0.19 0 0.92 0.16
HSL 72.18º 0.85% 0.45% -
HSV(B) 72.18º 0.92% 0.84% -
XYZ 41.6 57.13 9.37 -
YUV 179.58 36.25 124.02 -
System Red Green Blue C M Y K H S L
Decimal 174 214 17 0.19 0 0.92 0.16 72.18 0.85 0.45
Hex AE D6 11 13 0 5C 10 48 55 2D
Octal 256 326 21 23 0 134 20 110 125 55
Binary 10101110 11010110 10001 10011 0 1011100 10000 1001000 1010101 101101

Color Harmonies of #AED611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED611

Black with #AED611

Text Example


Text Example

White with #AED611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED611; }

 p { color: rgb(174,214,17); }

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

background-color css

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

 a { background-color: rgb(174,214,17); }

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

border-color css

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

 span { border-color: rgb(174,214,17); }

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