Html Css Color HEX #AED924 Inch Worm

📋 copy color: '#AED924'

red 174 ◦ green 217 ◦ blue 36

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

Shades of Inch Worm #AED924

Tints of Inch Worm #AED924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.43%

R = 40.75%
G = 50.82%
B = 8.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#AED924 (or 0xAED924) is known color: Inch Worm. HEX triplet: AE, D9 and 24. RGB value is (174,217,36). Sum of RGB (Red+Green+Blue) = 174+217+36=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #AED924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED924 is #5126DB. Grayscale: #B8B8B8. Windows color (decimal): -5318364 or 2415022. OLE color: 2415022.

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

Color convert

RGB 174 217 36 -
CMYK 0.20 0 0.83 0.15
HSL 74.25º 0.72% 0.5% -
HSV(B) 74.25º 0.83% 0.85% -
XYZ 42.59 58.75 10.76 -
YUV 183.51 44.75 121.22 -
System Red Green Blue C M Y K H S L
Decimal 174 217 36 0.20 0 0.83 0.15 74.25 0.72 0.5
Hex AE D9 24 14 0 53 F 4A 48 32
Octal 256 331 44 24 0 123 17 112 110 62
Binary 10101110 11011001 100100 10100 0 1010011 1111 1001010 1001000 110010

Color Harmonies of #AED924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED924

Black with #AED924

Text Example


Text Example

White with #AED924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED924; }

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

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

background-color css

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

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

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

border-color css

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

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

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