Html Css Color HEX #AEDA20 Inch Worm

📋 copy color: '#AEDA20'

red 174 ◦ green 218 ◦ blue 32

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

Shades of Inch Worm #AEDA20

Tints of Inch Worm #AEDA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.42%

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

R = 41.04%
G = 51.42%
B = 7.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#AEDA20 (or 0xAEDA20) is known color: Inch Worm. HEX triplet: AE, DA and 20. RGB value is (174,218,32). Sum of RGB (Red+Green+Blue) = 174+218+32=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA20 is #5125DF. Grayscale: #B8B8B8. Windows color (decimal): -5318112 or 2153134. OLE color: 2153134.

HSL color Cylindrical-coordinate representation of color #AEDA20: hue angle of 74.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEDA20 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 32 -
CMYK 0.20 0 0.85 0.15
HSL 74.19º 0.74% 0.49% -
HSV(B) 74.19º 0.85% 0.85% -
XYZ 42.79 59.25 10.55 -
YUV 183.64 42.42 121.12 -
System Red Green Blue C M Y K H S L
Decimal 174 218 32 0.20 0 0.85 0.15 74.19 0.74 0.49
Hex AE DA 20 14 0 55 F 4A 4A 31
Octal 256 332 40 24 0 125 17 112 112 61
Binary 10101110 11011010 100000 10100 0 1010101 1111 1001010 1001010 110001

Color Harmonies of #AEDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA20

Black with #AEDA20

Text Example


Text Example

White with #AEDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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