Html Css Color HEX #AEDC0B Inch Worm

📋 copy color: '#AEDC0B'

red 174 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #AEDC0B

Tints of Inch Worm #AEDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 42.96%
G = 54.32%
B = 2.72%

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

#AEDC0B (or 0xAEDC0B) is known color: Inch Worm. HEX triplet: AE, DC and 0B. RGB value is (174,220,11). Sum of RGB (Red+Green+Blue) = 174+220+11=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC0B is #5123F4. Grayscale: #B7B7B7. Windows color (decimal): -5317621 or 777390. OLE color: 777390.

HSL color Cylindrical-coordinate representation of color #AEDC0B: hue angle of 73.21º 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 #AEDC0B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 11 -
CMYK 0.21 0 0.95 0.14
HSL 73.21º 0.9% 0.45% -
HSV(B) 73.21º 0.95% 0.86% -
XYZ 43.11 60.21 9.67 -
YUV 182.42 31.26 121.99 -
System Red Green Blue C M Y K H S L
Decimal 174 220 11 0.21 0 0.95 0.14 73.21 0.9 0.45
Hex AE DC B 15 0 5F E 49 5A 2D
Octal 256 334 13 25 0 137 16 111 132 55
Binary 10101110 11011100 1011 10101 0 1011111 1110 1001001 1011010 101101

Color Harmonies of #AEDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC0B

Black with #AEDC0B

Text Example


Text Example

White with #AEDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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