Html Css Color HEX #AED711 Inch Worm

📋 copy color: '#AED711'

red 174 ◦ green 215 ◦ blue 17

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

Shades of Inch Worm #AED711

Tints of Inch Worm #AED711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.96%

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

R = 42.86%
G = 52.96%
B = 4.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#AED711 (or 0xAED711) is known color: Inch Worm. HEX triplet: AE, D7 and 11. RGB value is (174,215,17). Sum of RGB (Red+Green+Blue) = 174+215+17=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #AED711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED711 is #5128EE. Grayscale: #B4B4B4. Windows color (decimal): -5318895 or 1169326. OLE color: 1169326.

HSL color Cylindrical-coordinate representation of color #AED711: hue angle of 72.42º 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 #AED711 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 17 -
CMYK 0.19 0 0.92 0.16
HSL 72.42º 0.85% 0.45% -
HSV(B) 72.42º 0.92% 0.84% -
XYZ 41.86 57.64 9.45 -
YUV 180.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 174 215 17 0.19 0 0.92 0.16 72.42 0.85 0.45
Hex AE D7 11 13 0 5C 10 48 55 2D
Octal 256 327 21 23 0 134 20 110 125 55
Binary 10101110 11010111 10001 10011 0 1011100 10000 1001000 1010101 101101

Color Harmonies of #AED711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED711

Black with #AED711

Text Example


Text Example

White with #AED711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED711; }

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

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

background-color css

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

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

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

border-color css

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

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

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