Html Css Color HEX #AED620 Inch Worm

📋 copy color: '#AED620'

red 174 ◦ green 214 ◦ blue 32

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

Shades of Inch Worm #AED620

Tints of Inch Worm #AED620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 41.43%
G = 50.95%
B = 7.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#AED620 (or 0xAED620) is known color: Inch Worm. HEX triplet: AE, D6 and 20. RGB value is (174,214,32). Sum of RGB (Red+Green+Blue) = 174+214+32=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #AED620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED620 is #5129DF. Grayscale: #B5B5B5. Windows color (decimal): -5319136 or 2152110. OLE color: 2152110.

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

Color convert

RGB 174 214 32 -
CMYK 0.19 0 0.85 0.16
HSL 73.19º 0.74% 0.48% -
HSV(B) 73.19º 0.85% 0.84% -
XYZ 41.76 57.2 10.21 -
YUV 181.29 43.75 122.8 -
System Red Green Blue C M Y K H S L
Decimal 174 214 32 0.19 0 0.85 0.16 73.19 0.74 0.48
Hex AE D6 20 13 0 55 10 49 4A 30
Octal 256 326 40 23 0 125 20 111 112 60
Binary 10101110 11010110 100000 10011 0 1010101 10000 1001001 1001010 110000

Color Harmonies of #AED620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED620

Black with #AED620

Text Example


Text Example

White with #AED620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED620; }

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

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

background-color css

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

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

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

border-color css

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

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

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