Html Css Color HEX #AED722 Inch Worm

📋 copy color: '#AED722'

red 174 ◦ green 215 ◦ blue 34

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

Shades of Inch Worm #AED722

Tints of Inch Worm #AED722

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.83%

 BLUE value IS 34 (13.67% from 255) = 8.04%

R = 41.13%
G = 50.83%
B = 8.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#AED722 (or 0xAED722) is known color: Inch Worm. HEX triplet: AE, D7 and 22. RGB value is (174,215,34). Sum of RGB (Red+Green+Blue) = 174+215+34=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #AED722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED722 is #5128DD. Grayscale: #B6B6B6. Windows color (decimal): -5318878 or 2283438. OLE color: 2283438.

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

Color convert

RGB 174 215 34 -
CMYK 0.19 0 0.84 0.16
HSL 73.59º 0.73% 0.49% -
HSV(B) 73.59º 0.84% 0.84% -
XYZ 42.04 57.72 10.44 -
YUV 182.11 44.42 122.22 -
System Red Green Blue C M Y K H S L
Decimal 174 215 34 0.19 0 0.84 0.16 73.59 0.73 0.49
Hex AE D7 22 13 0 54 10 4A 49 31
Octal 256 327 42 23 0 124 20 112 111 61
Binary 10101110 11010111 100010 10011 0 1010100 10000 1001010 1001001 110001

Color Harmonies of #AED722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED722

Black with #AED722

Text Example


Text Example

White with #AED722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED722; }

 p { color: rgb(174,215,34); }

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

background-color css

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

 a { background-color: rgb(174,215,34); }

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

border-color css

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

 span { border-color: rgb(174,215,34); }

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