Html Css Color HEX #AEDC0D Inch Worm

📋 copy color: '#AEDC0D'

red 174 ◦ green 220 ◦ blue 13

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

Shades of Inch Worm #AEDC0D

Tints of Inch Worm #AEDC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 42.75%
G = 54.05%
B = 3.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#AEDC0D (or 0xAEDC0D) is known color: Inch Worm. HEX triplet: AE, DC and 0D. RGB value is (174,220,13). Sum of RGB (Red+Green+Blue) = 174+220+13=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC0D is #5123F2. Grayscale: #B7B7B7. Windows color (decimal): -5317619 or 908462. OLE color: 908462.

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

Color convert

RGB 174 220 13 -
CMYK 0.21 0 0.94 0.14
HSL 73.33º 0.89% 0.46% -
HSV(B) 73.33º 0.94% 0.86% -
XYZ 43.12 60.21 9.73 -
YUV 182.65 32.26 121.83 -
System Red Green Blue C M Y K H S L
Decimal 174 220 13 0.21 0 0.94 0.14 73.33 0.89 0.46
Hex AE DC D 15 0 5E E 49 59 2E
Octal 256 334 15 25 0 136 16 111 131 56
Binary 10101110 11011100 1101 10101 0 1011110 1110 1001001 1011001 101110

Color Harmonies of #AEDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC0D

Black with #AEDC0D

Text Example


Text Example

White with #AEDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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