Html Css Color HEX #AED918 Inch Worm

📋 copy color: '#AED918'

red 174 ◦ green 217 ◦ blue 24

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

Shades of Inch Worm #AED918

Tints of Inch Worm #AED918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.29%

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

R = 41.93%
G = 52.29%
B = 5.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#AED918 (or 0xAED918) is known color: Inch Worm. HEX triplet: AE, D9 and 18. RGB value is (174,217,24). Sum of RGB (Red+Green+Blue) = 174+217+24=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #AED918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED918 is #5126E7. Grayscale: #B6B6B6. Windows color (decimal): -5318376 or 1628590. OLE color: 1628590.

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

Color convert

RGB 174 217 24 -
CMYK 0.20 0 0.89 0.15
HSL 73.37º 0.8% 0.47% -
HSV(B) 73.37º 0.89% 0.85% -
XYZ 42.43 58.69 9.96 -
YUV 182.14 38.75 122.19 -
System Red Green Blue C M Y K H S L
Decimal 174 217 24 0.20 0 0.89 0.15 73.37 0.8 0.47
Hex AE D9 18 14 0 59 F 49 50 2F
Octal 256 331 30 24 0 131 17 111 120 57
Binary 10101110 11011001 11000 10100 0 1011001 1111 1001001 1010000 101111

Color Harmonies of #AED918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED918

Black with #AED918

Text Example


Text Example

White with #AED918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED918; }

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

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

background-color css

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

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

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

border-color css

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

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

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