Html Css Color HEX #AED40D Inch Worm

📋 copy color: '#AED40D'

red 174 ◦ green 212 ◦ blue 13

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

Shades of Inch Worm #AED40D

Tints of Inch Worm #AED40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.13%

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

R = 43.61%
G = 53.13%
B = 3.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#AED40D (or 0xAED40D) is known color: Inch Worm. HEX triplet: AE, D4 and 0D. RGB value is (174,212,13). Sum of RGB (Red+Green+Blue) = 174+212+13=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #AED40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED40D is #512BF2. Grayscale: #B2B2B2. Windows color (decimal): -5319667 or 906414. OLE color: 906414.

HSL color Cylindrical-coordinate representation of color #AED40D: hue angle of 71.46º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED40D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 13 -
CMYK 0.18 0 0.94 0.17
HSL 71.46º 0.88% 0.44% -
HSV(B) 71.46º 0.94% 0.83% -
XYZ 41.07 56.11 9.05 -
YUV 177.95 34.91 125.18 -
System Red Green Blue C M Y K H S L
Decimal 174 212 13 0.18 0 0.94 0.17 71.46 0.88 0.44
Hex AE D4 D 12 0 5E 11 47 58 2C
Octal 256 324 15 22 0 136 21 107 130 54
Binary 10101110 11010100 1101 10010 0 1011110 10001 1000111 1011000 101100

Color Harmonies of #AED40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED40D

Black with #AED40D

Text Example


Text Example

White with #AED40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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