Html Css Color HEX #AEDC12 Inch Worm

📋 copy color: '#AEDC12'

red 174 ◦ green 220 ◦ blue 18

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

Shades of Inch Worm #AEDC12

Tints of Inch Worm #AEDC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 42.23%
G = 53.4%
B = 4.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#AEDC12 (or 0xAEDC12) is known color: Inch Worm. HEX triplet: AE, DC and 12. RGB value is (174,220,18). Sum of RGB (Red+Green+Blue) = 174+220+18=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC12 is #5123ED. Grayscale: #B7B7B7. Windows color (decimal): -5317614 or 1236142. OLE color: 1236142.

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

Color convert

RGB 174 220 18 -
CMYK 0.21 0 0.92 0.14
HSL 73.66º 0.85% 0.47% -
HSV(B) 73.66º 0.92% 0.86% -
XYZ 43.16 60.23 9.92 -
YUV 183.22 34.76 121.43 -
System Red Green Blue C M Y K H S L
Decimal 174 220 18 0.21 0 0.92 0.14 73.66 0.85 0.47
Hex AE DC 12 15 0 5C E 4A 55 2F
Octal 256 334 22 25 0 134 16 112 125 57
Binary 10101110 11011100 10010 10101 0 1011100 1110 1001010 1010101 101111

Color Harmonies of #AEDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC12

Black with #AEDC12

Text Example


Text Example

White with #AEDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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