#AEED0F

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

Shades of Inch Worm #AEED0F

Tints of Inch Worm #AEED0F

Color information

#AEED0F (or 0xAEED0F) is unknown color: approx Inch Worm. HEX triplet: AE, ED and 0F. RGB value is (174,237,15). Sum of RGB (Red+Green+Blue) = 174+237+15=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED0F is #5112F0. Grayscale: #C1C1C1. Windows color (decimal): -5313265 or 1043886. OLE color: 1043886.

HSL color Cylindrical-coordinate representation of color #AEED0F: hue angle of 77.03º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEED0F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB17423715-
CMYK0.2700.940.07
HSL77.03º88.1%49.41%-
HSV(B)77.03º93.67%92.94%-
XYZ47.8369.611.37-
YUV192.8627.63114.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 237 (92.97% from 255) = 55.63%
BLUE value IS 15 (6.25% from 255) = 3.52%
R=40.85%
G=55.63%
B=3.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174237150.2700.940.0777.0388.149.41
HexAEEDF1B05E74d5831
Octal25635517330136711513061
Binary10101110111011011111110110101111011110011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED0F; }

 p { color: rgb(174,237,15); }

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

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

 a { background-color: rgb(174,237,15); }

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

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

 span { border-color: rgb(174,237,15); }

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