Html Css Color HEX #AED41D Inch Worm

📋 copy color: '#AED41D'

red 174 ◦ green 212 ◦ blue 29

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

Shades of Inch Worm #AED41D

Tints of Inch Worm #AED41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 41.93%
G = 51.08%
B = 6.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#AED41D (or 0xAED41D) is known color: Inch Worm. HEX triplet: AE, D4 and 1D. RGB value is (174,212,29). Sum of RGB (Red+Green+Blue) = 174+212+29=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #AED41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED41D is #512BE2. Grayscale: #B4B4B4. Windows color (decimal): -5319651 or 1954990. OLE color: 1954990.

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

Color convert

RGB 174 212 29 -
CMYK 0.18 0 0.86 0.17
HSL 72.46º 0.76% 0.47% -
HSV(B) 72.46º 0.86% 0.83% -
XYZ 41.22 56.17 9.83 -
YUV 179.78 42.91 123.88 -
System Red Green Blue C M Y K H S L
Decimal 174 212 29 0.18 0 0.86 0.17 72.46 0.76 0.47
Hex AE D4 1D 12 0 56 11 48 4C 2F
Octal 256 324 35 22 0 126 21 110 114 57
Binary 10101110 11010100 11101 10010 0 1010110 10001 1001000 1001100 101111

Color Harmonies of #AED41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED41D

Black with #AED41D

Text Example


Text Example

White with #AED41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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