Html Css Color HEX #AED610 Inch Worm

📋 copy color: '#AED610'

red 174 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #AED610

Tints of Inch Worm #AED610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.97%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 43.07%
G = 52.97%
B = 3.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#AED610 (or 0xAED610) is known color: Inch Worm. HEX triplet: AE, D6 and 10. RGB value is (174,214,16). Sum of RGB (Red+Green+Blue) = 174+214+16=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #AED610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED610 is #5129EF. Grayscale: #B4B4B4. Windows color (decimal): -5319152 or 1103534. OLE color: 1103534.

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

Color convert

RGB 174 214 16 -
CMYK 0.19 0 0.93 0.16
HSL 72.12º 0.86% 0.45% -
HSV(B) 72.12º 0.93% 0.84% -
XYZ 41.6 57.13 9.32 -
YUV 179.47 35.75 124.1 -
System Red Green Blue C M Y K H S L
Decimal 174 214 16 0.19 0 0.93 0.16 72.12 0.86 0.45
Hex AE D6 10 13 0 5D 10 48 56 2D
Octal 256 326 20 23 0 135 20 110 126 55
Binary 10101110 11010110 10000 10011 0 1011101 10000 1001000 1010110 101101

Color Harmonies of #AED610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED610

Black with #AED610

Text Example


Text Example

White with #AED610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED610; }

 p { color: rgb(174,214,16); }

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

background-color css

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

 a { background-color: rgb(174,214,16); }

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

border-color css

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

 span { border-color: rgb(174,214,16); }

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