Html Css Color HEX #AED613 Inch Worm

📋 copy color: '#AED613'

red 174 ◦ green 214 ◦ blue 19

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

Shades of Inch Worm #AED613

Tints of Inch Worm #AED613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 42.75%
G = 52.58%
B = 4.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#AED613 (or 0xAED613) is known color: Inch Worm. HEX triplet: AE, D6 and 13. RGB value is (174,214,19). Sum of RGB (Red+Green+Blue) = 174+214+19=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #AED613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED613 is #5129EC. Grayscale: #B4B4B4. Windows color (decimal): -5319149 or 1300142. OLE color: 1300142.

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

Color convert

RGB 174 214 19 -
CMYK 0.19 0 0.91 0.16
HSL 72.31º 0.84% 0.46% -
HSV(B) 72.31º 0.91% 0.84% -
XYZ 41.62 57.14 9.45 -
YUV 179.81 37.25 123.86 -
System Red Green Blue C M Y K H S L
Decimal 174 214 19 0.19 0 0.91 0.16 72.31 0.84 0.46
Hex AE D6 13 13 0 5B 10 48 54 2E
Octal 256 326 23 23 0 133 20 110 124 56
Binary 10101110 11010110 10011 10011 0 1011011 10000 1001000 1010100 101110

Color Harmonies of #AED613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED613

Black with #AED613

Text Example


Text Example

White with #AED613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED613; }

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

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

background-color css

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

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

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

border-color css

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

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

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