Html Css Color HEX #AEDA1F Inch Worm

📋 copy color: '#AEDA1F'

red 174 ◦ green 218 ◦ blue 31

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

Shades of Inch Worm #AEDA1F

Tints of Inch Worm #AEDA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.33%

R = 41.13%
G = 51.54%
B = 7.33%

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

#AEDA1F (or 0xAEDA1F) is known color: Inch Worm. HEX triplet: AE, DA and 1F. RGB value is (174,218,31). Sum of RGB (Red+Green+Blue) = 174+218+31=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA1F is #5125E0. Grayscale: #B8B8B8. Windows color (decimal): -5318113 or 2087598. OLE color: 2087598.

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

Color convert

RGB 174 218 31 -
CMYK 0.20 0 0.86 0.15
HSL 74.12º 0.75% 0.49% -
HSV(B) 74.12º 0.86% 0.85% -
XYZ 42.77 59.24 10.48 -
YUV 183.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 174 218 31 0.20 0 0.86 0.15 74.12 0.75 0.49
Hex AE DA 1F 14 0 56 F 4A 4B 31
Octal 256 332 37 24 0 126 17 112 113 61
Binary 10101110 11011010 11111 10100 0 1010110 1111 1001010 1001011 110001

Color Harmonies of #AEDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA1F

Black with #AEDA1F

Text Example


Text Example

White with #AEDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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