Html Css Color HEX #AED80C Inch Worm

📋 copy color: '#AED80C'

red 174 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #AED80C

Tints of Inch Worm #AED80C

RGB

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

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

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

R = 43.28%
G = 53.73%
B = 2.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AED80C (or 0xAED80C) is known color: Inch Worm. HEX triplet: AE, D8 and 0C. RGB value is (174,216,12). Sum of RGB (Red+Green+Blue) = 174+216+12=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #AED80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED80C is #5127F3. Grayscale: #B4B4B4. Windows color (decimal): -5318644 or 841902. OLE color: 841902.

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

Color convert

RGB 174 216 12 -
CMYK 0.19 0 0.94 0.15
HSL 72.35º 0.89% 0.45% -
HSV(B) 72.35º 0.94% 0.85% -
XYZ 42.08 58.14 9.35 -
YUV 180.19 33.09 123.59 -
System Red Green Blue C M Y K H S L
Decimal 174 216 12 0.19 0 0.94 0.15 72.35 0.89 0.45
Hex AE D8 C 13 0 5E F 48 59 2D
Octal 256 330 14 23 0 136 17 110 131 55
Binary 10101110 11011000 1100 10011 0 1011110 1111 1001000 1011001 101101

Color Harmonies of #AED80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED80C

Black with #AED80C

Text Example


Text Example

White with #AED80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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