Html Css Color HEX #AEDA1E Inch Worm

📋 copy color: '#AEDA1E'

red 174 ◦ green 218 ◦ blue 30

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

Shades of Inch Worm #AEDA1E

Tints of Inch Worm #AEDA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 41.23%
G = 51.66%
B = 7.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#AEDA1E (or 0xAEDA1E) is known color: Inch Worm. HEX triplet: AE, DA and 1E. RGB value is (174,218,30). Sum of RGB (Red+Green+Blue) = 174+218+30=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA1E is #5125E1. Grayscale: #B8B8B8. Windows color (decimal): -5318114 or 2022062. OLE color: 2022062.

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

Color convert

RGB 174 218 30 -
CMYK 0.20 0 0.86 0.15
HSL 74.04º 0.76% 0.49% -
HSV(B) 74.04º 0.86% 0.85% -
XYZ 42.76 59.24 10.41 -
YUV 183.41 41.42 121.29 -
System Red Green Blue C M Y K H S L
Decimal 174 218 30 0.20 0 0.86 0.15 74.04 0.76 0.49
Hex AE DA 1E 14 0 56 F 4A 4C 31
Octal 256 332 36 24 0 126 17 112 114 61
Binary 10101110 11011010 11110 10100 0 1010110 1111 1001010 1001100 110001

Color Harmonies of #AEDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA1E

Black with #AEDA1E

Text Example


Text Example

White with #AEDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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