Html Css Color HEX #AED511 Inch Worm

📋 copy color: '#AED511'

red 174 ◦ green 213 ◦ blue 17

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

Shades of Inch Worm #AED511

Tints of Inch Worm #AED511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.72%

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 43.07%
G = 52.72%
B = 4.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#AED511 (or 0xAED511) is known color: Inch Worm. HEX triplet: AE, D5 and 11. RGB value is (174,213,17). Sum of RGB (Red+Green+Blue) = 174+213+17=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #AED511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED511 is #512AEE. Grayscale: #B3B3B3. Windows color (decimal): -5319407 or 1168814. OLE color: 1168814.

HSL color Cylindrical-coordinate representation of color #AED511: hue angle of 71.94º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AED511 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 17 -
CMYK 0.18 0 0.92 0.16
HSL 71.94º 0.85% 0.45% -
HSV(B) 71.94º 0.92% 0.84% -
XYZ 41.35 56.63 9.28 -
YUV 179 36.58 124.44 -
System Red Green Blue C M Y K H S L
Decimal 174 213 17 0.18 0 0.92 0.16 71.94 0.85 0.45
Hex AE D5 11 12 0 5C 10 48 55 2D
Octal 256 325 21 22 0 134 20 110 125 55
Binary 10101110 11010101 10001 10010 0 1011100 10000 1001000 1010101 101101

Color Harmonies of #AED511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED511

Black with #AED511

Text Example


Text Example

White with #AED511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED511; }

 p { color: rgb(174,213,17); }

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

background-color css

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

 a { background-color: rgb(174,213,17); }

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

border-color css

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

 span { border-color: rgb(174,213,17); }

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