Html Css Color HEX #AEDD0E Inch Worm

📋 copy color: '#AEDD0E'

red 174 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #AEDD0E

Tints of Inch Worm #AEDD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.03%

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 42.54%
G = 54.03%
B = 3.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#AEDD0E (or 0xAEDD0E) is known color: Inch Worm. HEX triplet: AE, DD and 0E. RGB value is (174,221,14). Sum of RGB (Red+Green+Blue) = 174+221+14=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDD0E is #5122F1. Grayscale: #B8B8B8. Windows color (decimal): -5317362 or 974254. OLE color: 974254.

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

Color convert

RGB 174 221 14 -
CMYK 0.21 0 0.94 0.13
HSL 73.62º 0.88% 0.46% -
HSV(B) 73.62º 0.94% 0.87% -
XYZ 43.39 60.74 9.85 -
YUV 183.35 32.43 121.33 -
System Red Green Blue C M Y K H S L
Decimal 174 221 14 0.21 0 0.94 0.13 73.62 0.88 0.46
Hex AE DD E 15 0 5E D 4A 58 2E
Octal 256 335 16 25 0 136 15 112 130 56
Binary 10101110 11011101 1110 10101 0 1011110 1101 1001010 1011000 101110

Color Harmonies of #AEDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD0E

Black with #AEDD0E

Text Example


Text Example

White with #AEDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD0E; }

 p { color: rgb(174,221,14); }

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

background-color css

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

 a { background-color: rgb(174,221,14); }

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

border-color css

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

 span { border-color: rgb(174,221,14); }

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