#AEDE0B

Color #AEDE0B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AEDE0B

Tints of Inch Worm #AEDE0B

Color information

#AEDE0B (or 0xAEDE0B) is unknown color: approx Inch Worm. HEX triplet: AE, DE and 0B. RGB value is (174,222,11). Sum of RGB (Red+Green+Blue) = 174+222+11=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDE0B is #5121F4. Grayscale: #B8B8B8. Windows color (decimal): -5317109 or 777902. OLE color: 777902.

HSL color Cylindrical-coordinate representation of color #AEDE0B: hue angle of 73.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEDE0B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB17422211-
CMYK0.2200.950.13
HSL73.65º90.56%45.69%-
HSV(B)73.65º95.05%87.06%-
XYZ43.6461.279.84-
YUV183.5930.6121.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 222 (87.11% from 255) = 54.55%
BLUE value IS 11 (4.69% from 255) = 2.70%
R=42.75%
G=54.55%
B=2.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174222110.2200.950.1373.6590.5645.69
HexAEDEB1605FD4a5b2e
Octal256336132601371511213356
Binary101011101101111010111011001011111110110010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE0B; }

 p { color: rgb(174,222,11); }

 H1.HeaderClassName
 {
   color: #AEDE0B;
 }
 .AnyTagClassName
 {
   color: #AEDE0B;
 }
</style>
background-color css

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

 a { background-color: rgb(174,222,11); }

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

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

 span { border-color: rgb(174,222,11); }

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