#AEE701

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

Shades of Inch Worm #AEE701

Tints of Inch Worm #AEE701

Color information

#AEE701 (or 0xAEE701) is unknown color: approx Inch Worm. HEX triplet: AE, E7 and 01. RGB value is (174,231,1). Sum of RGB (Red+Green+Blue) = 174+231+1=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEE701 is #5118FE. Grayscale: #BCBCBC. Windows color (decimal): -5314815 or 124846. OLE color: 124846.

HSL color Cylindrical-coordinate representation of color #AEE701: hue angle of 74.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEE701 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB1742311-
CMYK0.2501.000.09
HSL74.87º99.14%45.49%-
HSV(B)74.87º99.57%90.59%-
XYZ46.0466.1510.37-
YUV187.7422.62118.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 231 (90.62% from 255) = 56.90%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=42.86%
G=56.90%
B=0.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17423110.2501.000.0974.8799.1445.49
HexAEE711906494b632d
Octal25634713101441111314355
Binary101011101110011111100101100100100110010111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE701; }

 p { color: rgb(174,231,1); }

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

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

 a { background-color: rgb(174,231,1); }

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

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

 span { border-color: rgb(174,231,1); }

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