Html Css Color HEX #AEDC0C Inch Worm

📋 copy color: '#AEDC0C'

red 174 ◦ green 220 ◦ blue 12

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

Shades of Inch Worm #AEDC0C

Tints of Inch Worm #AEDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 42.86%
G = 54.19%
B = 2.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#AEDC0C (or 0xAEDC0C) is known color: Inch Worm. HEX triplet: AE, DC and 0C. RGB value is (174,220,12). Sum of RGB (Red+Green+Blue) = 174+220+12=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC0C is #5123F3. Grayscale: #B7B7B7. Windows color (decimal): -5317620 or 842926. OLE color: 842926.

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

Color convert

RGB 174 220 12 -
CMYK 0.21 0 0.95 0.14
HSL 73.27º 0.9% 0.45% -
HSV(B) 73.27º 0.95% 0.86% -
XYZ 43.12 60.21 9.7 -
YUV 182.53 31.76 121.91 -
System Red Green Blue C M Y K H S L
Decimal 174 220 12 0.21 0 0.95 0.14 73.27 0.9 0.45
Hex AE DC C 15 0 5F E 49 5A 2D
Octal 256 334 14 25 0 137 16 111 132 55
Binary 10101110 11011100 1100 10101 0 1011111 1110 1001001 1011010 101101

Color Harmonies of #AEDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC0C

Black with #AEDC0C

Text Example


Text Example

White with #AEDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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