Html Css Color HEX #AED20C Inch Worm

📋 copy color: '#AED20C'

red 174 ◦ green 210 ◦ blue 12

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

Shades of Inch Worm #AED20C

Tints of Inch Worm #AED20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.03%

 BLUE value IS 12 (5.08% from 255) = 3.03%

R = 43.94%
G = 53.03%
B = 3.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AED20C (or 0xAED20C) is known color: Inch Worm. HEX triplet: AE, D2 and 0C. RGB value is (174,210,12). Sum of RGB (Red+Green+Blue) = 174+210+12=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #AED20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED20C is #512DF3. Grayscale: #B1B1B1. Windows color (decimal): -5320180 or 840366. OLE color: 840366.

HSL color Cylindrical-coordinate representation of color #AED20C: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED20C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 12 -
CMYK 0.17 0 0.94 0.18
HSL 70.91º 0.89% 0.44% -
HSV(B) 70.91º 0.94% 0.82% -
XYZ 40.57 55.12 8.85 -
YUV 176.66 35.07 126.1 -
System Red Green Blue C M Y K H S L
Decimal 174 210 12 0.17 0 0.94 0.18 70.91 0.89 0.44
Hex AE D2 C 11 0 5E 12 47 59 2C
Octal 256 322 14 21 0 136 22 107 131 54
Binary 10101110 11010010 1100 10001 0 1011110 10010 1000111 1011001 101100

Color Harmonies of #AED20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED20C

Black with #AED20C

Text Example


Text Example

White with #AED20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED20C; }

 p { color: rgb(174,210,12); }

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

background-color css

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

 a { background-color: rgb(174,210,12); }

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

border-color css

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

 span { border-color: rgb(174,210,12); }

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