Html Css Color HEX #AED600 Inch Worm

📋 copy color: '#AED600'

red 174 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #AED600

Tints of Inch Worm #AED600

RGB

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

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

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

R = 44.85%
G = 55.15%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#AED600 (or 0xAED600) is known color: Inch Worm. HEX triplet: AE, D6 and 00. RGB value is (174,214,0). Sum of RGB (Red+Green+Blue) = 174+214+0=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #AED600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED600 is #5129FF. Grayscale: #B2B2B2. Windows color (decimal): -5319168 or 54958. OLE color: 54958.

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

Color convert

RGB 174 214 0 -
CMYK 0.19 0 1 0.16
HSL 71.21º 1% 0.42% -
HSV(B) 71.21º 1% 0.84% -
XYZ 41.5 57.09 8.83 -
YUV 177.64 27.75 125.4 -
System Red Green Blue C M Y K H S L
Decimal 174 214 0 0.19 0 1 0.16 71.21 1 0.42
Hex AE D6 0 13 0 64 10 47 64 2A
Octal 256 326 0 23 0 144 20 107 144 52
Binary 10101110 11010110 0 10011 0 1100100 10000 1000111 1100100 101010

Color Harmonies of #AED600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED600

Black with #AED600

Text Example


Text Example

White with #AED600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED600; }

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

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

background-color css

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

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

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

border-color css

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

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

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