Html Css Color HEX #AED900 Inch Worm

📋 copy color: '#AED900'

red 174 ◦ green 217 ◦ blue 0

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

Shades of Inch Worm #AED900

Tints of Inch Worm #AED900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.5%

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

R = 44.5%
G = 55.5%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#AED900 (or 0xAED900) is known color: Inch Worm. HEX triplet: AE, D9 and 00. RGB value is (174,217,0). Sum of RGB (Red+Green+Blue) = 174+217+0=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #AED900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED900 is #5126FF. Grayscale: #B4B4B4. Windows color (decimal): -5318400 or 55726. OLE color: 55726.

HSL color Cylindrical-coordinate representation of color #AED900: hue angle of 71.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AED900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 0 -
CMYK 0.20 0 1 0.15
HSL 71.89º 1% 0.43% -
HSV(B) 71.89º 1% 0.85% -
XYZ 42.27 58.62 9.09 -
YUV 179.41 26.75 124.14 -
System Red Green Blue C M Y K H S L
Decimal 174 217 0 0.20 0 1 0.15 71.89 1 0.43
Hex AE D9 0 14 0 64 F 48 64 2B
Octal 256 331 0 24 0 144 17 110 144 53
Binary 10101110 11011001 0 10100 0 1100100 1111 1001000 1100100 101011

Color Harmonies of #AED900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED900

Black with #AED900

Text Example


Text Example

White with #AED900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED900; }

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

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

background-color css

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

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

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

border-color css

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

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

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