Html Css Color HEX #AED500 Inch Worm

📋 copy color: '#AED500'

red 174 ◦ green 213 ◦ blue 0

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

Shades of Inch Worm #AED500

Tints of Inch Worm #AED500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.96%
G = 55.04%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#AED500 (or 0xAED500) is known color: Inch Worm. HEX triplet: AE, D5 and 00. RGB value is (174,213,0). Sum of RGB (Red+Green+Blue) = 174+213+0=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #AED500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED500 is #512AFF. Grayscale: #B1B1B1. Windows color (decimal): -5319424 or 54702. OLE color: 54702.

HSL color Cylindrical-coordinate representation of color #AED500: hue angle of 70.99º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AED500 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 0 -
CMYK 0.18 0 1 0.16
HSL 70.99º 1% 0.42% -
HSV(B) 70.99º 1% 0.84% -
XYZ 41.25 56.59 8.75 -
YUV 177.06 28.08 125.82 -
System Red Green Blue C M Y K H S L
Decimal 174 213 0 0.18 0 1 0.16 70.99 1 0.42
Hex AE D5 0 12 0 64 10 47 64 2A
Octal 256 325 0 22 0 144 20 107 144 52
Binary 10101110 11010101 0 10010 0 1100100 10000 1000111 1100100 101010

Color Harmonies of #AED500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED500

Black with #AED500

Text Example


Text Example

White with #AED500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED500; }

 p { color: rgb(174,213,0); }

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

background-color css

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

 a { background-color: rgb(174,213,0); }

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

border-color css

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

 span { border-color: rgb(174,213,0); }

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