Html Css Color HEX #AED616 Inch Worm

📋 copy color: '#AED616'

red 174 ◦ green 214 ◦ blue 22

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

Shades of Inch Worm #AED616

Tints of Inch Worm #AED616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 42.44%
G = 52.2%
B = 5.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#AED616 (or 0xAED616) is known color: Inch Worm. HEX triplet: AE, D6 and 16. RGB value is (174,214,22). Sum of RGB (Red+Green+Blue) = 174+214+22=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #AED616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED616 is #5129E9. Grayscale: #B4B4B4. Windows color (decimal): -5319146 or 1496750. OLE color: 1496750.

HSL color Cylindrical-coordinate representation of color #AED616: hue angle of 72.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AED616 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 22 -
CMYK 0.19 0 0.90 0.16
HSL 72.5º 0.81% 0.46% -
HSV(B) 72.5º 0.9% 0.84% -
XYZ 41.65 57.15 9.6 -
YUV 180.15 38.75 123.61 -
System Red Green Blue C M Y K H S L
Decimal 174 214 22 0.19 0 0.90 0.16 72.5 0.81 0.46
Hex AE D6 16 13 0 5A 10 48 51 2E
Octal 256 326 26 23 0 132 20 110 121 56
Binary 10101110 11010110 10110 10011 0 1011010 10000 1001000 1010001 101110

Color Harmonies of #AED616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED616

Black with #AED616

Text Example


Text Example

White with #AED616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED616; }

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

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

background-color css

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

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

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

border-color css

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

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

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