Html Css Color HEX #AED100 Inch Worm

📋 copy color: '#AED100'

red 174 ◦ green 209 ◦ blue 0

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

Shades of Inch Worm #AED100

Tints of Inch Worm #AED100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.57%

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

R = 45.43%
G = 54.57%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#AED100 (or 0xAED100) is known color: Inch Worm. HEX triplet: AE, D1 and 00. RGB value is (174,209,0). Sum of RGB (Red+Green+Blue) = 174+209+0=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #AED100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED100 is #512EFF. Grayscale: #AFAFAF. Windows color (decimal): -5320448 or 53678. OLE color: 53678.

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

Color convert

RGB 174 209 0 -
CMYK 0.17 0 1 0.18
HSL 70.05º 1% 0.41% -
HSV(B) 70.05º 1% 0.82% -
XYZ 40.26 54.6 8.42 -
YUV 174.71 29.4 127.49 -
System Red Green Blue C M Y K H S L
Decimal 174 209 0 0.17 0 1 0.18 70.05 1 0.41
Hex AE D1 0 11 0 64 12 46 64 29
Octal 256 321 0 21 0 144 22 106 144 51
Binary 10101110 11010001 0 10001 0 1100100 10010 1000110 1100100 101001

Color Harmonies of #AED100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED100

Black with #AED100

Text Example


Text Example

White with #AED100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED100; }

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

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

background-color css

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

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

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

border-color css

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

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

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