Html Css Color HEX #AEDA1C Inch Worm

📋 copy color: '#AEDA1C'

red 174 ◦ green 218 ◦ blue 28

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

Shades of Inch Worm #AEDA1C

Tints of Inch Worm #AEDA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.67%

R = 41.43%
G = 51.9%
B = 6.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#AEDA1C (or 0xAEDA1C) is known color: Inch Worm. HEX triplet: AE, DA and 1C. RGB value is (174,218,28). Sum of RGB (Red+Green+Blue) = 174+218+28=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA1C is #5125E3. Grayscale: #B7B7B7. Windows color (decimal): -5318116 or 1890990. OLE color: 1890990.

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

Color convert

RGB 174 218 28 -
CMYK 0.20 0 0.87 0.15
HSL 73.89º 0.77% 0.48% -
HSV(B) 73.89º 0.87% 0.85% -
XYZ 42.74 59.23 10.28 -
YUV 183.18 40.42 121.45 -
System Red Green Blue C M Y K H S L
Decimal 174 218 28 0.20 0 0.87 0.15 73.89 0.77 0.48
Hex AE DA 1C 14 0 57 F 4A 4D 30
Octal 256 332 34 24 0 127 17 112 115 60
Binary 10101110 11011010 11100 10100 0 1010111 1111 1001010 1001101 110000

Color Harmonies of #AEDA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA1C

Black with #AEDA1C

Text Example


Text Example

White with #AEDA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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