Html Css Color HEX #AEDE2A Inch Worm

📋 copy color: '#AEDE2A'

red 174 ◦ green 222 ◦ blue 42

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

Shades of Inch Worm #AEDE2A

Tints of Inch Worm #AEDE2A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 39.73%
G = 50.68%
B = 9.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#AEDE2A (or 0xAEDE2A) is known color: Inch Worm. HEX triplet: AE, DE and 2A. RGB value is (174,222,42). Sum of RGB (Red+Green+Blue) = 174+222+42=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDE2A is #5121D5. Grayscale: #BBBBBB. Windows color (decimal): -5317078 or 2809518. OLE color: 2809518.

HSL color Cylindrical-coordinate representation of color #AEDE2A: hue angle of 76º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEDE2A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 42 -
CMYK 0.22 0 0.81 0.13
HSL 76º 0.73% 0.52% -
HSV(B) 76º 0.81% 0.87% -
XYZ 43.99 61.41 11.72 -
YUV 187.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 174 222 42 0.22 0 0.81 0.13 76 0.73 0.52
Hex AE DE 2A 16 0 51 D 4C 49 34
Octal 256 336 52 26 0 121 15 114 111 64
Binary 10101110 11011110 101010 10110 0 1010001 1101 1001100 1001001 110100

Color Harmonies of #AEDE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE2A

Black with #AEDE2A

Text Example


Text Example

White with #AEDE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE2A; }

 p { color: rgb(174,222,42); }

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

background-color css

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

 a { background-color: rgb(174,222,42); }

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

border-color css

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

 span { border-color: rgb(174,222,42); }

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