Html Css Color HEX #AEDA0C Inch Worm

📋 copy color: '#AEDA0C'

red 174 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #AEDA0C

Tints of Inch Worm #AEDA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 43.07%
G = 53.96%
B = 2.97%

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

#AEDA0C (or 0xAEDA0C) is known color: Inch Worm. HEX triplet: AE, DA and 0C. RGB value is (174,218,12). Sum of RGB (Red+Green+Blue) = 174+218+12=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA0C is #5125F3. Grayscale: #B6B6B6. Windows color (decimal): -5318132 or 842414. OLE color: 842414.

HSL color Cylindrical-coordinate representation of color #AEDA0C: hue angle of 72.82º degrees, saturation: 0.9, 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 #AEDA0C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 12 -
CMYK 0.20 0 0.94 0.15
HSL 72.82º 0.9% 0.45% -
HSV(B) 72.82º 0.94% 0.85% -
XYZ 42.59 59.17 9.52 -
YUV 181.36 32.42 122.75 -
System Red Green Blue C M Y K H S L
Decimal 174 218 12 0.20 0 0.94 0.15 72.82 0.9 0.45
Hex AE DA C 14 0 5E F 49 5A 2D
Octal 256 332 14 24 0 136 17 111 132 55
Binary 10101110 11011010 1100 10100 0 1011110 1111 1001001 1011010 101101

Color Harmonies of #AEDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA0C

Black with #AEDA0C

Text Example


Text Example

White with #AEDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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