#ACEF1E

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

Shades of Inch Worm #ACEF1E

Tints of Inch Worm #ACEF1E

Color information

#ACEF1E (or 0xACEF1E) is unknown color: approx Inch Worm. HEX triplet: AC, EF and 1E. RGB value is (172,239,30). Sum of RGB (Red+Green+Blue) = 172+239+30=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEF1E is #5310E1. Grayscale: #C3C3C3. Windows color (decimal): -5443810 or 2027436. OLE color: 2027436.

HSL color Cylindrical-coordinate representation of color #ACEF1E: hue angle of 79.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACEF1E is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB17223930-
CMYK0.2800.870.06
HSL79.23º86.72%52.75%-
HSV(B)79.23º87.45%93.73%-
XYZ48.1170.612.32-
YUV195.1434.8111.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 239 (93.75% from 255) = 54.20%
BLUE value IS 30 (12.11% from 255) = 6.80%
R=39.00%
G=54.20%
B=6.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172239300.2800.870.0679.2386.7252.75
HexACEF1E1C05764f5735
Octal25435736340127611712765
Binary101011001110111111110111000101011111010011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEF1E; }

 p { color: rgb(172,239,30); }

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

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

 a { background-color: rgb(172,239,30); }

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

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

 span { border-color: rgb(172,239,30); }

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