Html Css Color HEX #AEDD0D Inch Worm

📋 copy color: '#AEDD0D'

red 174 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #AEDD0D

Tints of Inch Worm #AEDD0D

RGB

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

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

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

R = 42.65%
G = 54.17%
B = 3.19%

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

#AEDD0D (or 0xAEDD0D) is known color: Inch Worm. HEX triplet: AE, DD and 0D. RGB value is (174,221,13). Sum of RGB (Red+Green+Blue) = 174+221+13=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDD0D is #5122F2. Grayscale: #B8B8B8. Windows color (decimal): -5317363 or 908718. OLE color: 908718.

HSL color Cylindrical-coordinate representation of color #AEDD0D: hue angle of 73.56º degrees, saturation: 0.89, 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 #AEDD0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 13 -
CMYK 0.21 0 0.94 0.13
HSL 73.56º 0.89% 0.46% -
HSV(B) 73.56º 0.94% 0.87% -
XYZ 43.38 60.74 9.82 -
YUV 183.24 31.93 121.41 -
System Red Green Blue C M Y K H S L
Decimal 174 221 13 0.21 0 0.94 0.13 73.56 0.89 0.46
Hex AE DD D 15 0 5E D 4A 59 2E
Octal 256 335 15 25 0 136 15 112 131 56
Binary 10101110 11011101 1101 10101 0 1011110 1101 1001010 1011001 101110

Color Harmonies of #AEDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD0D

Black with #AEDD0D

Text Example


Text Example

White with #AEDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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