Html Css Color HEX #AED60D Inch Worm

📋 copy color: '#AED60D'

red 174 ◦ green 214 ◦ blue 13

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

Shades of Inch Worm #AED60D

Tints of Inch Worm #AED60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

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

R = 43.39%
G = 53.37%
B = 3.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#AED60D (or 0xAED60D) is known color: Inch Worm. HEX triplet: AE, D6 and 0D. RGB value is (174,214,13). Sum of RGB (Red+Green+Blue) = 174+214+13=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #AED60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED60D is #5129F2. Grayscale: #B3B3B3. Windows color (decimal): -5319155 or 906926. OLE color: 906926.

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

Color convert

RGB 174 214 13 -
CMYK 0.19 0 0.94 0.16
HSL 71.94º 0.89% 0.45% -
HSV(B) 71.94º 0.94% 0.84% -
XYZ 41.57 57.12 9.21 -
YUV 179.13 34.25 124.34 -
System Red Green Blue C M Y K H S L
Decimal 174 214 13 0.19 0 0.94 0.16 71.94 0.89 0.45
Hex AE D6 D 13 0 5E 10 48 59 2D
Octal 256 326 15 23 0 136 20 110 131 55
Binary 10101110 11010110 1101 10011 0 1011110 10000 1001000 1011001 101101

Color Harmonies of #AED60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED60D

Black with #AED60D

Text Example


Text Example

White with #AED60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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