Html Css Color HEX #AED618 Inch Worm

📋 copy color: '#AED618'

red 174 ◦ green 214 ◦ blue 24

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

Shades of Inch Worm #AED618

Tints of Inch Worm #AED618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.83%

R = 42.23%
G = 51.94%
B = 5.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#AED618 (or 0xAED618) is known color: Inch Worm. HEX triplet: AE, D6 and 18. RGB value is (174,214,24). Sum of RGB (Red+Green+Blue) = 174+214+24=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #AED618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED618 is #5129E7. Grayscale: #B5B5B5. Windows color (decimal): -5319144 or 1627822. OLE color: 1627822.

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

Color convert

RGB 174 214 24 -
CMYK 0.19 0 0.89 0.16
HSL 72.63º 0.8% 0.47% -
HSV(B) 72.63º 0.89% 0.84% -
XYZ 41.67 57.16 9.7 -
YUV 180.38 39.75 123.45 -
System Red Green Blue C M Y K H S L
Decimal 174 214 24 0.19 0 0.89 0.16 72.63 0.8 0.47
Hex AE D6 18 13 0 59 10 49 50 2F
Octal 256 326 30 23 0 131 20 111 120 57
Binary 10101110 11010110 11000 10011 0 1011001 10000 1001001 1010000 101111

Color Harmonies of #AED618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED618

Black with #AED618

Text Example


Text Example

White with #AED618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED618; }

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

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

background-color css

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

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

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

border-color css

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

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

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