Html Css Color HEX #AEDC09 Inch Worm

📋 copy color: '#AEDC09'

red 174 ◦ green 220 ◦ blue 9

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

Shades of Inch Worm #AEDC09

Tints of Inch Worm #AEDC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.59%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 43.18%
G = 54.59%
B = 2.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#AEDC09 (or 0xAEDC09) is known color: Inch Worm. HEX triplet: AE, DC and 09. RGB value is (174,220,9). Sum of RGB (Red+Green+Blue) = 174+220+9=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC09 is #5123F6. Grayscale: #B6B6B6. Windows color (decimal): -5317623 or 646318. OLE color: 646318.

HSL color Cylindrical-coordinate representation of color #AEDC09: hue angle of 73.08º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEDC09 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 9 -
CMYK 0.21 0 0.96 0.14
HSL 73.08º 0.92% 0.45% -
HSV(B) 73.08º 0.96% 0.86% -
XYZ 43.1 60.2 9.61 -
YUV 182.19 30.26 122.16 -
System Red Green Blue C M Y K H S L
Decimal 174 220 9 0.21 0 0.96 0.14 73.08 0.92 0.45
Hex AE DC 9 15 0 60 E 49 5C 2D
Octal 256 334 11 25 0 140 16 111 134 55
Binary 10101110 11011100 1001 10101 0 1100000 1110 1001001 1011100 101101

Color Harmonies of #AEDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC09

Black with #AEDC09

Text Example


Text Example

White with #AEDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC09; }

 p { color: rgb(174,220,9); }

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

background-color css

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

 a { background-color: rgb(174,220,9); }

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

border-color css

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

 span { border-color: rgb(174,220,9); }

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