Html Css Color HEX #AED521 Inch Worm

📋 copy color: '#AED521'

red 174 ◦ green 213 ◦ blue 33

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

Shades of Inch Worm #AED521

Tints of Inch Worm #AED521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.71%

 BLUE value IS 33 (13.28% from 255) = 7.86%

R = 41.43%
G = 50.71%
B = 7.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#AED521 (or 0xAED521) is known color: Inch Worm. HEX triplet: AE, D5 and 21. RGB value is (174,213,33). Sum of RGB (Red+Green+Blue) = 174+213+33=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #AED521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED521 is #512ADE. Grayscale: #B5B5B5. Windows color (decimal): -5319391 or 2217390. OLE color: 2217390.

HSL color Cylindrical-coordinate representation of color #AED521: hue angle of 73º degrees, saturation: 0.73, 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 #AED521 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 33 -
CMYK 0.18 0 0.85 0.16
HSL 73º 0.73% 0.48% -
HSV(B) 73º 0.85% 0.84% -
XYZ 41.52 56.7 10.19 -
YUV 180.82 44.58 123.14 -
System Red Green Blue C M Y K H S L
Decimal 174 213 33 0.18 0 0.85 0.16 73 0.73 0.48
Hex AE D5 21 12 0 55 10 49 49 30
Octal 256 325 41 22 0 125 20 111 111 60
Binary 10101110 11010101 100001 10010 0 1010101 10000 1001001 1001001 110000

Color Harmonies of #AED521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED521

Black with #AED521

Text Example


Text Example

White with #AED521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED521; }

 p { color: rgb(174,213,33); }

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

background-color css

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

 a { background-color: rgb(174,213,33); }

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

border-color css

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

 span { border-color: rgb(174,213,33); }

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