#ACEF0F

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

Shades of Inch Worm #ACEF0F

Tints of Inch Worm #ACEF0F

Color information

#ACEF0F (or 0xACEF0F) is unknown color: approx Inch Worm. HEX triplet: AC, EF and 0F. RGB value is (172,239,15). Sum of RGB (Red+Green+Blue) = 172+239+15=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEF0F is #5310F0. Grayscale: #C2C2C2. Windows color (decimal): -5443825 or 1044396. OLE color: 1044396.

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

Color convert

RGB17223915-
CMYK0.2800.940.06
HSL77.95º88.19%49.8%-
HSV(B)77.95º93.72%93.73%-
XYZ47.9770.5411.54-
YUV193.4327.3112.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 239 (93.75% from 255) = 56.10%
BLUE value IS 15 (6.25% from 255) = 3.52%
R=40.38%
G=56.10%
B=3.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172239150.2800.940.0677.9588.1949.8
HexACEFF1C05E64e5832
Octal25435717340136611613062
Binary10101100111011111111111000101111011010011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEF0F; }

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

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

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

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

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

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

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

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