Html Css Color HEX #AED80D Inch Worm

📋 copy color: '#AED80D'

red 174 ◦ green 216 ◦ blue 13

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

Shades of Inch Worm #AED80D

Tints of Inch Worm #AED80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 43.18%
G = 53.6%
B = 3.23%

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

#AED80D (or 0xAED80D) is known color: Inch Worm. HEX triplet: AE, D8 and 0D. RGB value is (174,216,13). Sum of RGB (Red+Green+Blue) = 174+216+13=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #AED80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED80D is #5127F2. Grayscale: #B5B5B5. Windows color (decimal): -5318643 or 907438. OLE color: 907438.

HSL color Cylindrical-coordinate representation of color #AED80D: hue angle of 72.41º 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 #AED80D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

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

Color Harmonies of #AED80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED80D

Black with #AED80D

Text Example


Text Example

White with #AED80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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