Html Css Color HEX #AEDA0D Inch Worm

📋 copy color: '#AEDA0D'

red 174 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #AEDA0D

Tints of Inch Worm #AEDA0D

RGB

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

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

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

R = 42.96%
G = 53.83%
B = 3.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AEDA0D (or 0xAEDA0D) is known color: Inch Worm. HEX triplet: AE, DA and 0D. RGB value is (174,218,13). Sum of RGB (Red+Green+Blue) = 174+218+13=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA0D is #5125F2. Grayscale: #B6B6B6. Windows color (decimal): -5318131 or 907950. OLE color: 907950.

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

Color convert

RGB 174 218 13 -
CMYK 0.20 0 0.94 0.15
HSL 72.88º 0.89% 0.45% -
HSV(B) 72.88º 0.94% 0.85% -
XYZ 42.6 59.17 9.56 -
YUV 181.47 32.92 122.67 -
System Red Green Blue C M Y K H S L
Decimal 174 218 13 0.20 0 0.94 0.15 72.88 0.89 0.45
Hex AE DA D 14 0 5E F 49 59 2D
Octal 256 332 15 24 0 136 17 111 131 55
Binary 10101110 11011010 1101 10100 0 1011110 1111 1001001 1011001 101101

Color Harmonies of #AEDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA0D

Black with #AEDA0D

Text Example


Text Example

White with #AEDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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