Html Css Color HEX #AED822 Inch Worm

📋 copy color: '#AED822'

red 174 ◦ green 216 ◦ blue 34

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

Shades of Inch Worm #AED822

Tints of Inch Worm #AED822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

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

R = 41.04%
G = 50.94%
B = 8.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#AED822 (or 0xAED822) is known color: Inch Worm. HEX triplet: AE, D8 and 22. RGB value is (174,216,34). Sum of RGB (Red+Green+Blue) = 174+216+34=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #AED822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED822 is #5127DD. Grayscale: #B7B7B7. Windows color (decimal): -5318622 or 2283694. OLE color: 2283694.

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

Color convert

RGB 174 216 34 -
CMYK 0.19 0 0.84 0.15
HSL 73.85º 0.73% 0.49% -
HSV(B) 73.85º 0.84% 0.85% -
XYZ 42.3 58.23 10.52 -
YUV 182.69 44.09 121.8 -
System Red Green Blue C M Y K H S L
Decimal 174 216 34 0.19 0 0.84 0.15 73.85 0.73 0.49
Hex AE D8 22 13 0 54 F 4A 49 31
Octal 256 330 42 23 0 124 17 112 111 61
Binary 10101110 11011000 100010 10011 0 1010100 1111 1001010 1001001 110001

Color Harmonies of #AED822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED822

Black with #AED822

Text Example


Text Example

White with #AED822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED822; }

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

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

background-color css

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

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

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

border-color css

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

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

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