Html Css Color HEX #AEDA11 Inch Worm

📋 copy color: '#AEDA11'

red 174 ◦ green 218 ◦ blue 17

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

Shades of Inch Worm #AEDA11

Tints of Inch Worm #AEDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 42.54%
G = 53.3%
B = 4.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#AEDA11 (or 0xAEDA11) is known color: Inch Worm. HEX triplet: AE, DA and 11. RGB value is (174,218,17). Sum of RGB (Red+Green+Blue) = 174+218+17=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA11 is #5125EE. Grayscale: #B6B6B6. Windows color (decimal): -5318127 or 1170094. OLE color: 1170094.

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

Color convert

RGB 174 218 17 -
CMYK 0.20 0 0.92 0.15
HSL 73.13º 0.86% 0.46% -
HSV(B) 73.13º 0.92% 0.85% -
XYZ 42.63 59.18 9.71 -
YUV 181.93 34.92 122.34 -
System Red Green Blue C M Y K H S L
Decimal 174 218 17 0.20 0 0.92 0.15 73.13 0.86 0.46
Hex AE DA 11 14 0 5C F 49 56 2E
Octal 256 332 21 24 0 134 17 111 126 56
Binary 10101110 11011010 10001 10100 0 1011100 1111 1001001 1010110 101110

Color Harmonies of #AEDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA11

Black with #AEDA11

Text Example


Text Example

White with #AEDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA11; }

 p { color: rgb(174,218,17); }

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

background-color css

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

 a { background-color: rgb(174,218,17); }

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

border-color css

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

 span { border-color: rgb(174,218,17); }

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